Login   Register  
PHP Classes
elePHPant
Icontem

File: complex-test.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Dom Hastings  >  PHP Chunk  >  complex-test.xml  >  Download  
File: complex-test.xml
Role: Auxiliary data
Content type: text/plain
Description: Example complex data
Class: PHP Chunk
Extract chunks from large XML files
Author: By
Last change:
Date: 2009-07-10 05:59
Size: 424 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?>
<Complex>
  <Object>
    <Title>Title 1</Title>
    <Name>It's name goes here</Name>
    <ObjectData>
      <Info1></Info1>
      <Info2></Info2>
      <Info3></Info3>
      <Info4></Info4>
    </ObjectData>
    <Date></Date>
  </Object>
  <Object></Object>
  <Object>
    <AnotherObject></AnotherObject>
    <Data></Data>
  </Object>
  <Object></Object>
  <Object></Object>
</Complex>