|
|||||||||||||||
|
|
The xinclude accessor is used to substitute xinclude declarations in the operand document with the resource referenced by the xinclude. XInclude is a W3C standard for incorporating resources into an XML resource.
Xinclude uses the kernel to obtain resources. At present xinclude only supports XML resources.
An optional Here is an example document with xincludes <aroot xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="http://someserver/some/path/resource.xml"> <xi:fallback> <xi:include href="localresource.xml" /> </xi:fallback> </xi:include> </aroot>
If the included reference cannot be found an optional fallback resource may be used. (C) 2003, 1060 Research Limited |
||||||||||||||
|
© 2003,2004, 1060® Research Limited
1060 registered trademark, NetKernel trademark of 1060 Research Limited
|
|||||||||||||||