Click or drag to resize

XMLConstantsXML_DTD_NS_URI Field

XML Document Type Declaration Namespace URI as an arbitrary value.

Since not formally defined by any existing standard, arbitrarily define to be

http://www.w3.org/TR/REC-xml
.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public const string XML_DTD_NS_URI = "http://www.w3.org/TR/REC-xml"

Field Value

Type: String
See Also