Re: Including XML from other documents?

[email protected] Wed, 3 Jan 2007 14:32:49 -0500
Newsgroups gmane.text.xml.general
Message-ID <OF74A1D079.0A4D7840-ON85257258.006AED6B-85257258.006B6030@lotus.com>
>Is there anyway to "include" XML from another XML Document inside the XML
document you are currently using?

If the XML parser supports the W3C XML Inclusions spec at
http://www.w3.org/TR/xinclude/
then you should use that mechanism.
.................David Marston