http://qs321.pair.com?node_id=584780


in reply to Re^5: XML::XSLT problem
in thread XML::XSLT problem

Interesting.. I found <fo> tags in my original XSL. Should they be processed in correctly with XSLT or should throw the error?

Update: Actually, I <fo> tags works fine, but <xsl:variable> tag gives problem: Here is the sample code

<xsl:variable name="TextFontSize">10</xsl:variable>
On further investigation, I found that this tag works fine inside <xsl:template> but fails when you declare it globally, See Example 3.
--Artist