PHP Classes

File: tests/testXmlData/base_test.xml

Recommend this page to a friend!
  Classes of Richard Williams   XML Helper   tests/testXmlData/base_test.xml   Download  
File: tests/testXmlData/base_test.xml
Role: Auxiliary data
Content type: text/plain
Description: Test data
Class: XML Helper
Extract XML data into an array and vice-versa
Author: By
Last change:
Date: 13 years ago
Size: 404 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="ISO-8859-1"?> <LEVEL-0 yy='4'> somedata <LEVEL-1 lev1att = 'xyz'>1234 <LEVEL-2a xx='1'>abc</LEVEL-2a> <LEVEL-2b bb='dd'>def</LEVEL-2b> <LEVEL-2b aa='35'>ghi</LEVEL-2b> <!-- comment --> </LEVEL-1> <someOtherdata> <![CDATA[ function matchwo(a,b) { if (a < b && a < 0) then { return 1; } else { return 0; } } ]]> </someOtherdata> </LEVEL-0>