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.


IO.setLoadIncludedXMLFunction( loadFunction : 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().