Specify the SgmlDtd object directly. This allows you to cache the Dtd and share it across multipl SgmlReaders. To load a DTD from a URL use the SystemLiteral property.

Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public SgmlDtd Dtd { get; set; }
Visual Basic
Public Property Dtd As SgmlDtd
	Get
	Set
Visual C++
public:
property SgmlDtd^ Dtd {
	SgmlDtd^ get ();
	void set (SgmlDtd^ value);
}

See Also