PHP Classes

File: testing.xml

Recommend this page to a friend!
  Classes of khalid al-kary   Kxparse   testing.xml   Download  
File: testing.xml
Role: Auxiliary data
Content type: text/plain
Description: The Example XML file
Class: Kxparse
A very light XML parser!
Author: By
Last change:
Date: 21 years ago
Size: 597 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <tryingxml testattribute="we are here"> <firstlevel testingattribute="no we aren't here"> sometext for the first level <secondlevel testingattribute="We are there"> some text for the second level <thirdlevel testingattribute="we aren't there"> some text for the third level </thirdlevel> <thirdlevel testingattribute="we are every where :)"> this is a test of multiple children per parent node <justachild testingattribute="a value ofcourse">is it okay with you now ? go check the script</justachild> </thirdlevel> </secondlevel> </firstlevel> </tryingxml>