PHP Classes

File: examples/demo_xml.xml

Recommend this page to a friend!
  Classes of J.   HTML SQL   examples/demo_xml.xml   Download  
File: examples/demo_xml.xml
Role: Example script
Content type: text/plain
Description: Example XML file (to test parsing)
Class: HTML SQL
Parse and extract information from HTML using SQL
Author: By
Last change:
Date: 17 years ago
Size: 419 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="ISO-8859-1"?>
<users>
    <user id="0" name="admin" password="foobar" status="active"></user>
    <user id="1" name="jonas" password="heyho" status="active"></user>
    <user id="2" name="jack" password="daniels" status="drunk"></user>
    <user id="3" name="bill" password="kill" status="dead"></user>
    <user id="4" name="homer" password="kenny" status="active"></user>
</users>