XInclude
Sign in to saveXInclude is a generic mechanism for merging XML documents, by writing inclusion tags in the "main" document to automatically include other documents or parts thereof. The resulting document becomes a single composite XML Information Set. The XInclude mechanism can be used to incorporate content from either XML files or non-XML text files.
Wikidata facts
- Instance of
- W3C Recommendation
Show 4 more facts
- Stack Exchange tag
- stackoverflow.com/tags/xinclude
- described at URL
- www.w3.org/TR/xinclude
- standards body
- World Wide Web Consortium
- XML namespace URL
- www.w3.org/2001/XInclude
Sources (2)
via Wikidata · CC0
~1 min read
Encyclopedic overview
4 sectionsContents
- Example
- See also
- References
- External links
XInclude is a generic mechanism for merging XML documents, by writing inclusion tags in the "main" document to automatically include other documents or parts thereof. The resulting document becomes a single composite XML Information Set. The XInclude mechanism can be used to incorporate content from either XML files or non-XML text files.
XInclude is not natively supported in Web browsers, but may be partially achieved by using some extra JavaScript code.
Excerpted from Wikipedia’s “XInclude” article, available under the CC BY-SA 4.0 licence.