call xml inside xslt using document function

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<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
 
Back
Top