Home
Products & Services
Developers
XML
Contents Table
On-Line Help
Release Notes
Install Notes
Binaries
Sources
XML-RPC
RSS
About

XMLDTDElement Object

See Also   Example   Properties   Methods   Events

Models an XML DTD element declaration.

Class Diagram

Remarks

The XMLDTDElement object models the DTD element declaration using the Attlist, ElementContentRules, Name and SubElements properties.

Background

An XML DTD Element definition can have a number of sub-elements. These sub-elements are the valid sub-nodes that can be below the node. These sub-nodes are specified in brackets after the node. The following shows a complicated example from the RSS 0.91 DTD :

<!ELEMENT channel (title | description | link | language |
                   item+ | rating? | image? | textinput? |
                   copyright? | pubDate? | lastBuildDate? |
                   docs? | managingEditor? | webMaster? |
                   skipHours? | skipDays?)*>
Terms of Use, Cookie and Privacy Policies All Materials on this Website are Copyright EnAppSys Ltd. ©2002 - 2009