PHP Classes

File: test.xml

Recommend this page to a friend!
  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: 18 years ago
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>