O
oopaevah
In xslt is it possible to create an xml document reference based on an
input parameter? This doesn't work :
<xslaram name="SomeXml" />
<xsl:variable name="XmlDoc" select="document($SomeXml)/root"/>
Is there another way of doing this?
input parameter? This doesn't work :
<xslaram name="SomeXml" />
<xsl:variable name="XmlDoc" select="document($SomeXml)/root"/>
Is there another way of doing this?