This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Resolves external xml resources by looking up the resource in the [SiteRoot]\System\schemas first before returning a global uri.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public class LocalXmlResolver : 
Visual Basic (Declaration)Copy imageCopy Code
Public Class LocalXmlResolver _
	Inherits 

Inheritance Hierarchy

System..::..Object
  System.Xml..::..XmlResolver
    System.Xml..::..XmlUrlResolver
      Smartsite.Base..::..W3DtdResolver
        Smartsite.Core..::..LocalXmlResolver

See Also

Advanced