Advanced Customizations, Overrides, and Extensions » ePublisher Platform XSLT Extensions » ExslDocument » XPathNodeIterator LoadXMLWithoutResolver (string uriAsString [, bool preserveSpace])
XPathNodeIterator LoadXMLWithoutResolver (string uriAsString [, bool preserveSpace])
 
Loads an XML file without resolving internal paths and validation DTDs.
Parameters:
uriAsString
The URI as string.
preserveSpace
True to preserve space (optional).
Returns:
A node set.
Load the page template without resolving attribute paths.
<xsl:variable name="VarPageTemplate" select="wwexsldoc:LoadXMLWithoutResolver($VarPathTemplatePath)" />
Was this helpful?
Last modified date: 10/14/2020