XPathNodeIterator LoadXMLWithoutResolver (string uriAsString [, bool preserveSpace])
Loads an XML file without resolving internal paths and validation DTDs.
Parameters:
uriAsString | |
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)" />
Last modified date: 10/14/2020