S
schaf
Hello !
Im trying to access some XML Document by an absolute path with
document() in my XSL-File.
It looks like this:
<xslaram name="pData" as="xs:anyURI"/>
<xslaram name="sData" as="xs:anyURI"/>
<xsl:variable name="person-ref" select="document($pData)/daten"/>
<xsl:variable name="study-ref"
select="document($sData)/studienArten"/>
But if I use an absolute Path as Parameter, it does not work. I tried
this:
E:\sws\Studienprojekt\XML_Files\studyDefinitions.xml
Could you help me ???
Thanks
Im trying to access some XML Document by an absolute path with
document() in my XSL-File.
It looks like this:
<xslaram name="pData" as="xs:anyURI"/>
<xslaram name="sData" as="xs:anyURI"/>
<xsl:variable name="person-ref" select="document($pData)/daten"/>
<xsl:variable name="study-ref"
select="document($sData)/studienArten"/>
But if I use an absolute Path as Parameter, it does not work. I tried
this:
E:\sws\Studienprojekt\XML_Files\studyDefinitions.xml
Could you help me ???
Thanks