Re: SVG12: 6.4 example

* Dean Jackson wrote:
>Input XSL
>---------
>
><?xml version="1.0" standalone="no"?>
><xsl:stylesheet version="1.0"
>   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>   xmlns:svg="http://www.w3.org/2000/svg">
>   <xsl:output
>     method="xml"
>     encoding="utf-8"
>     doctype-public="-//W3C//DTD SVG 1.1//EN"

Well,

>Output
>------
>
><?xml version="1.0" encoding="utf-8"?>
><svg xmlns="http://www.w3.org/2000/svg" width="10cm" height="5cm"
>      viewBox="0 0 100 50" version="1.1" baseProfile="tiny">
>   <rect x="20" y="10" width="60" height="30" fill="red"  
>stroke="blue" stroke-width="3"/>
></svg>

It seems obvious that the output doesn't match the transformation.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Friday, 23 December 2005 07:39:19 UTC