![]() |
Languages »
XML »
General
Intermediate
XIncludeBy Frank WesselsXML |
XML, VC6Win2K, Dev
|
|
Advanced Search |
|
|
|
||||||||||||||||
XInclude.exe is a command line program for processing XML <xinclude> elements
according to the latest XInclude draft specification
(dated May 16, 2001). Here is an example of a part of an XML document:
<section xmlns:xinclude="http://www.w3.org/2001/XInclude">
<xinclude:include href="part1.xml"/>
</section>
When you run XInclude.exe on this document it simply replaces the <xinclude:include> element
with the contents of the XML document part1.xml.
As such it works exactly like the #include statement in C/C++.
parse="xml" and parse="text" methodsFor more information see http://xinclude.net
| You must Sign In to use this message board. | ||||||||
|
||||||||
|
||||||||
|
||||||||
|
||||||||
General
News
Question
Answer
Joke
Rant
Admin
|
PermaLink |
Privacy |
Terms of Use
Last Updated: 30 Oct 2001 Editor: Chris Maunder |
Copyright 2001 by Frank Wessels Everything else Copyright © CodeProject, 1999-2009 Web15 | Advertise on the Code Project |