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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top