Home | History | Annotate | Download | only in libxslt

Lines Matching full:xinclude

293  *			XInclude default settings			*
301 * @xinclude: whether to do XInclude processing
303 * Set whether XInclude should be processed on document being loaded by default
306 xsltSetXIncludeDefault(int xinclude) {
307 xsltDoXIncludeDefault = (xinclude != 0);
313 * Provides the default state for XInclude processing
551 cur->xinclude = xsltGetXIncludeDefault();