EDN Admin
Well-known member
<pre>Hello I hope someone can help me with this question.
I am transforming multiple xmls in multiple folders with [/code]
<pre>applying a single xsl to them.[/code]
<pre> This xsl needs to use the document() function with a URL relative <xsl:variable name="jfsd <br/> <xsl:value-of select="document(C:documents and settingsDesktopBOPl.xml)//txml" /><br/> <br/> </xsl:variable> [/code]
But I am getting below error:
document(C:UserssilpakiranDesktopBOPUSCancel.xml)//txml The function document() is undefined.
Can any one help me. <br/>
View the full article
I am transforming multiple xmls in multiple folders with [/code]
<pre>applying a single xsl to them.[/code]
<pre> This xsl needs to use the document() function with a URL relative <xsl:variable name="jfsd <br/> <xsl:value-of select="document(C:documents and settingsDesktopBOPl.xml)//txml" /><br/> <br/> </xsl:variable> [/code]
But I am getting below error:
document(C:UserssilpakiranDesktopBOPUSCancel.xml)//txml The function document() is undefined.
Can any one help me. <br/>
View the full article