xsl-list
[Top] [All Lists]

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

2013-05-08 06:26:21
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--