How do I include one xml file in another?



How do I include one xml file in another?..

Answer / Ritu Wala

To include one XML file within another, you can use the `<xinclude>` processing instruction. However, this requires an XSLT processor. Here's a simple example:nn```xmln<root>n <xinclude href="file-to-include.xml"/>n</root>n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More XML XSLT RSS Interview Questions

What is an atom syndication feed?

1 Answers  


About XLST ?

3 Answers   Satyam,


Is xsd xml?

1 Answers  


How do I open an xml document?

1 Answers  


What is the usage of xml in development?

1 Answers  


How do I control formatting and appearance?

1 Answers  


What’s a document type definition (dtd) and where do I get one?

1 Answers  


What is difference between xml and xsl?

1 Answers  


What is xml web service?

1 Answers  


Where is my rss feed?

1 Answers  


What do you mean by xslt <xsl: value-of> element?

1 Answers  


Can word open xml files?

1 Answers  


Categories