This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class XmlUtility
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class XmlUtility

The type exposes the following fields.

Public Fields

  Name Description
Public field Static member SchemaSetIdAny
The any schemaset id.
Public field Static member SchemaSetIdSxml
The sxml only schemaset id.
Public field Static member SchemaSetIdSxmlAny
The sxml+any schemaset id
Public field Static member SchemaSetIdXFormsXhtml1
The schemaset id for XForms + Xhtml1-Transitional.
Public field Static member SchemaSetIdXFormsXhtml1AndSxml
The schemaset id for XForms + Sxml + Xhtml1-Transitional.
Public field Static member SchemaSetIdXFormsXhtml5
The schemaset id for XForms + Xhtml5.
Public field Static member SchemaSetIdXFormsXhtml5AndSxml
The schemaset id for XForms + Sxml + Xhtml5.
Public field Static member XmlNamespaceUri
The xml namespace.
Public field Static member XmlSchemaNamespaceUri
The xml schema namespace
Public field Static member XslNamespaceUri
The xsl namespace

See Also

Advanced