RE: [xsl] Reading external XML file XSLT2.0

Subject: RE: [xsl] Reading external XML file XSLT2.0
From: "Pankaj Chaturvedi" <Pankaj.Chaturvedi@xxxxxxxxxxxxxx>
Date: Wed, 8 May 2013 16:56:13 +0530
>>>You've got document() and doc()....

Changed

    <xsl:variable name="extNode"
select="doc('file:///C:/book-type/book_meta.xml')"/>

<xsl:value-of select="doc($extNode)/book-meta/book[1]/@author"/>

Or tried alternatively document() on both code.

Still no success

Something terribly missing.

Thanks,
Pankaj

Current Thread