Re: variable and svg

2002-11-05 Thread xavier gibouin
Hi this is my code for genrate code barre from a number xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/Graphics/SVG/SVG-19990812.dtd"xsl:template name="codebarre"xsl:variable

Re: variable and svg

2002-11-05 Thread Paul Washinger
put braces around the variable when it is outside an xsl tag: rect height=50 width=4.0 x={$x} y=0.0/