XInclude
From Wikipedia, the free encyclopedia
XInclude is a processing model and syntax for general purpose XML inclusion. Inclusion is accomplished by merging a number of XML information sets into a single composite infoset.
It uses a lookup mechanism called XPath to find to-include XML nodes within its parent or external XML document. It then copies the child nodes of those to-include nodes into the document position where it self is formulated, deleting itself form the infoset in the process.