RootElement Property
See Also Example Applies To
A string containing the root element for validation with the DTD.
Syntax
object.RootElement
The object placeholder represents an XMLDOMParser object.
Remarks
The root element is obtained from the DOCTYPE definition at the top of the XML file.
For example, in the following case, the root element is 'rss' :
<!DOCTYPE rss SYSTEM "http://www.bbc.co.uk/syndication/feeds/news/rss-0.91.dtd" >
|