PHP Classes

File: example.xml

Recommend this page to a friend!
  Classes of Marcus Vinícius   XML 2 PHP and PHP 2 XML   example.xml   Download  
File: example.xml
Role: Auxiliary data
Content type: text/plain
Description: example of XML
Class: XML 2 PHP and PHP 2 XML
Read and write XML documents
Author: By
Last change:
Date: 18 years ago
Size: 815 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <myxml> <sound> <soundfile id="0" file="mp3/credits/credits.mp3" /> <soundfile id="12" file="mp3/intro/intro1.mp3" /> <soundfile id="13" file="mp3/intro/intro2.mp3" /> <soundfile id="14" file="mp3/intro/intro3.mp3" /> </sound> <intro> <exhibition id="0"> <image>intro/package_one/seq1_01.jpg</image> <image>intro/package_one/seq1_02.jpg</image> <image>intro/package_one/seq1_03.jpg</image> </exhibition> <exhibition id="2"> <image>intro/package_three/seq3_01.jpg</image> <image>intro/package_three/seq3_02.jpg</image> <image>intro/package_three/seq3_03.jpg</image> </exhibition> </intro> <section name="contact"> <name>Washington Creiton</name> <email>washington.creiton@mail.com</email> </section> </myxml>