DTD Property
See Also Example Applies To
Read-Only. An XMLDTD object containing a DTD which may be used in validating the XML document.
Syntax
object.DTD
The object placeholder represents an XMLDOMParser object.
Remarks
The DTD may be loaded from an external source or automatically when the XML document is parsed. This behaviour is dictated by the ValidationRule property.
|