Login   Register  
PHP Classes
elePHPant
Icontem

File: myxmldocument.xml

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.xml  >  Download  
File: myxmldocument.xml
Role: Sample output
Content type: text/plain
Description: XML document generated by the class using the example code from the documentation
Class: XML Writer class
Composing and generating XML documents.
Author: By
Last change:
Date: 2002-05-02 01:00
Size: 310 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE myxmldocument SYSTEM "myxmldocument.dtd">
<?xml-stylesheet type="text/xsl" href="myxmldocument.xsl"?>
<myxmldocument>
 <name>John Doe</name>
 <address country="us">
  <street>Wall Street, 1641</street>
  <zip>NY 72834</zip>
 </address>
</myxmldocument>