xsl-list
[Top] [All Lists]

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

2013-05-08 07:21:57

Yes but only you know if that is where the file is.

Do
<xsl:message select="'extNode: ',$extNode"/>

and see if it outputs anything you should see the full file contents.

Yeah I can see the its shows full content of XML file. Then why I am
able to print values using:

<xsl:value-of select="$extNode/book-meta/book/@author"/>
Or for that matter

<xsl:value-of select="document($extNode)/book-meta/book/@author"/>

I think I am having one of those days. :-(

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>
--~--