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 Code |
---|---|
public class XmlDataSettings |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class XmlDataSettings |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
AllowDTD |
Gets or sets a value indicating whether to allow DTDs (Doctype definition) within the xml.
When transforming xhtml which includes a doctype definition, you need to set this property to true.
|
|
EncodeXml |
Gets or sets a value indicating whether to encode the XML input string before loading.
|
|
Fragment |
Gets or sets a value indicating whether the XML is a fragment.
|
|
Namespaces |
Gets the Xml namespaces to use for the XmlData object.
|
|
Origin |
Gets or sets the URL the Xml was loaded from.
|
|
PreserveWhitespace |
Gets or sets a value indicating whether to preserve whitespace in the Xml document.
|
|
RemoveDuplicateNamespaces |
Gets or sets a value indicating whether to remove duplicate namespaces from the Xml when outputting a string.
|
|
XmlParserContext |
Gets or sets the XML parser context.
|
See Also
Smartsite.Core Namespace