Whoops! I believe I incorrectly assigned the variable with a string rather
than a nodeSet. Correction:
--
<source:fragment>
<xsl:variable name="svg"
select="xalan:evaluate('<svg></svg>')"/>
<xsl:copy-of select="$svg"/>
</source:fragment>
---Linc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
