PHP Classes

File: myxmldocument.xml

Recommend this page to a friend!
  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: 21 years ago
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>