Login   Register  
PHP Classes
elePHPant
Icontem

File: movies.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Diego Feitosa  >  DOM Adapter  >  movies.xml  >  Download  
File: movies.xml
Role: Auxiliary data
Content type: text/plain
Description: Used in the reading.php example
Class: DOM Adapter
Access XML documents with DOM API in PHP 4 and 5
Author: By
Last change:
Date: 2006-10-13 16:27
Size: 720 bytes
 

Contents

Class file image Download
<?xml version="1.0" ?>
<movies>
	<movie year="2006">
		<name>The Grudge</name>
		<director>Takashi Shimizu</director>
		<genre>Horror</genre>
	</movie>
	<movie year="2006">
		<name>The Butterfly Effect 2</name>
		<director>John R. Leonetti</director>
		<genre><![CDATA[Mystery & Suspense]]></genre>
	</movie>
	<movie year="2007">
		<name>Saw III</name>
		<director>Darren Lynn Bousman</director>
		<genre>Horror</genre>
	</movie>
	<movie year="2007">
		<name>Spider Man 3</name>
		<director>Sam Raimi</director>
		<genre>Action</genre>
	</movie>
	<movie year="2007">
		<name>Resident Evil - Extinction</name>
		<director>Russell Mulcahy</director>
		<genre>Horror</genre>
	</movie>
</movies>