|
|
 |
xml-dev
[xml-dev] XInclude & Document Function.
by other posts by this author
Feb 26 2002 5:40AM messages near this date
RE: [xml-dev] MS thinks HTTP Needs Replacing???
|
Re: [xml-dev] XInclude & Document Function.
I have a Main.xml which includes Books.xml
Main.xml
<Response>
<node1 href='books.xml'> </node>
</Response>
Books.xml
<mynode>
<a> Hello All</a>
</mynode>
Main.xsl
<xsl:value-of select="document(Response/node1/@href)/mynode"/>
document() function works fine.
Can anyone clarify
1. What is the difference between including an XML Using XINCLUDE namespace
to that of the above mentioned way.
2. When & Why one should use XINCLUDE.
Cheersss...
Arun.
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
Thread:
Jeni Tennison
|
|
|
 |
|