IO.setLoadIncludedXMLFunction
Set a new function that is used to load included XML documents. Documents can be included using the document() function in XSL or using XIncludes.
- Documentation
- › API
- › Global objects API
- › IO.setLoadIncludedXMLFunction
IO.setLoadIncludedXMLFunction( loadFunction : Function)
: Function)Arguments
- loadFunction
- Function. The new load function. This function has a single argument: the URI which identifies the document to load. It should return an XMLDOMDocument.
History
| version | event |
|---|---|
| Xopus 3 | Introduction. Replaces DataDriver.loadInclude(). |