This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite Xml processor Used to parse Xml data and execute code through attached listeners that handle namespaces and/or tags

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

Syntax

C#Copy imageCopy Code
public class XmlProcessor
Visual Basic (Declaration)Copy imageCopy Code
Public Class XmlProcessor

Examples

XmlProcessor x = new XmlProcessor(template); x.Listeners.Add(new XmlProcessorListener( "se", new Uri("http://smartsite.nl/namespaces/sxml"), MacroFound) ); x.MaxDepth = 5; string result = x.Execute();

Inheritance Hierarchy

System..::..Object
  Smartsite.Core..::..XmlProcessor

See Also

XmlProcessor Members
Smartsite.Core Namespace
Advanced