PHP Classes

File: test.xml

Recommend this page to a friend!
  Classes of István Dombi   Webdice Utilities   test.xml   Download  
File: test.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Webdice Utilities
Send requests with Curl and parse and write XML
Author: By
Last change: Update of test.xml
Date: 4 years ago
Size: 616 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8" ?> <root1 rootattribute1="value1" rootattribute2="value2" rootattribute3="valuen"> <items itemsattribute1="itemsval1" itemsattribute2="itemsval2"> <item itemattr1="1" itemattr2="2" itemattr3="3"><label labelattr1="1">valami1</label></item> <item itemattr1="4" itemattr2="5" itemattr3="6"><label labelattr2="2">valami2</label></item> <item itemattr1="7" itemattr2="8" itemattr3="9"><label labelattr3="3">valami3</label></item> <item itemattr1="10" itemattr2="11" itemattr3="12"><label labelattr4="4">valami4</label></item> </items> </root1>