2 * xinclude.c : API to handle XInclude processing
4 * World Wide Web Consortium Working Draft 26 October 2000
5 * http://www.w3.org/TR/2000/WD-xinclude-20001026
7 * See Copyright for the status of this software.
12 #ifndef __XML_XINCLUDE_H__
13 #define __XML_XINCLUDE_H__
15 #include <libxml/tree.h>
21 int xmlXIncludeProcess (xmlDocPtr doc);
26 #endif /* __XML_XINCLUDE_H__ */