PHP Classes

File: demo.xml

Recommend this page to a friend!
  Classes of Raj Kumar Trivedi   XML-2-Array   demo.xml   Download  
File: demo.xml
Role: Auxiliary data
Content type: text/plain
Description: Demo Xml File
Class: XML-2-Array
Parse a XML document and build an array structure
Author: By
Last change:
Date: 14 years ago
Size: 423 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="ISO-8859-1"?> <personal> <name>Raj Trivedi</name> <qualification> <basic> <graduation>B.Sc.</graduation> <specification>Maths</specification> <percentile>75%</percentile> </basic> <specilaization> <graduation>M.C.A.</graduation> <specification>PHP / MySql</specification> <percentile>80%</percentile> </specilaization> </qualification> </personal>