Login   Register  
PHP Classes
elePHPant
Icontem

File: test.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Nico Puhlmann  >  XML2DB  >  test.xml  >  Download  
File: test.xml
Role: Auxiliary data
Content type: text/plain
Description: XML Test File for example.php
Class: XML2DB
Generate SQL queries to import data from XML files
Author: By
Last change:
Date: 2005-05-02 07:06
Size: 812 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="ISO-8859-1" ?>
<products>
        <product id="1">
                <brand type="handy">Samsung</brand>
                <model>SGH E700</model>
                <description>This is just a test, Text 1</description>
                <price>123.00</price>
        </product>
        <product id="2">
                <brand type="handy">Nokia</brand>
                <model>6230</model>
                <description>This is just a test, Text 2</description>
                <price>213.00</price>
        </product>
        <product id="3">
                <brand type="handy">Siemens</brand>
                <model>MC60</model>
                <description>This is just a test, Text 3</description>
                <price>321.00</price>
        </product>
</products>