Click or drag to resize

XMLConstantsXML_NS_URI Field

The official XML Namespace name URI.

Defined by the XML specification to be

http://www.w3.org/XML/1998/namespace
.

Namespaces in XML, 3. Qualified Names

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public const string XML_NS_URI = "http://www.w3.org/XML/1998/namespace"

Field Value

Type: String
See Also