How to make reference from a xml file to another xml file?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a xml file, can we make reference to another xml file so that all contents
of the latter xml file will be included into the first xml file?

Had better give me an example for details.
 
Using XSLT you can do it with something like:
<xslt:copy-of select="document('documentURL.xml')" />

This is not a typical question for this newsgroup.
Try microsoft.public.xsl or another XML related newsgroup.
 
Please explain your request. It is not very clear.
 
Back
Top