Login   Register  
PHP Classes
elePHPant
Icontem

File: myxmldocument.dtd

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Manuel Lemos  >  XML Writer class  >  myxmldocument.dtd  >  Download  
File: myxmldocument.dtd
Role: Auxiliary data
Content type: text/plain
Description: DTD file for the generated XML document example
Class: XML Writer class
Composing and generating XML documents.
Author: By
Last change: Restored the real DTD.
Date: 2005-03-21 21:05
Size: 228 bytes
 

Contents

Class file image Download
<!ELEMENT address ( street, zip ) >
<!ATTLIST address country NMTOKEN #REQUIRED >

<!ELEMENT myxmldocument ( name, address ) >

<!ELEMENT name ( #PCDATA ) >

<!ELEMENT street ( #PCDATA ) >

<!ELEMENT zip ( #PCDATA ) >