PHP Classes

File: test.xml

Recommend this page to a friend!
  Classes of Vasile Sebastian   XmlArray   test.xml   Download  
File: test.xml
Role: Auxiliary data
Content type: text/plain
Description: xml example file
Class: XmlArray
Parse an XML document into an array and vice-versa
Author: By
Last change:
Date: 16 years ago
Size: 661 bytes
 

Contents

Class file image Download
<?xml version='1.0' ?> <movies> <movie> <title>PHP: Behind the Parser</title> <characters> <character> <name>Ms. Coder</name> <actor>Onlivia Actora</actor> </character> <character> <name>Mr. Coder</name> <actor>El Actor</actor> </character> </characters> <plot> So, this language. It's like, a programming language. Or is it a scripting language? All is revealed in this thrilling horror spoof of a documentary. </plot> <great-lines> <line>PHP solves all my web problems</line> </great-lines> <rating type="thumbs">7</rating> <rating type="stars">5</rating> </movie> </movies>