PHP Classes

File: demo.xml

Recommend this page to a friend!
  Classes of Rabotyahoff Alexandr   c_xml   demo.xml   Download  
File: demo.xml
Role: Auxiliary data
Content type: text/plain
Description: xml for demo
Class: c_xml
Convert between XML files and arrays or strings
Author: By
Last change:
Date: 12 years ago
Size: 268 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <bikes> <bike model="giant" year="2010"> <owner>Ostap</owner> </bike> <bike model="turist" year="1982"> <owner>Mike</owner> </bike> <bike model="trak" year="2010"> <owner>Alexandr</owner> </bike> </bikes>