Login   Register  
PHP Classes
elePHPant
Icontem

File: simple-example2.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael P. Mehl  >  phpXML  >  simple-example2.xml  >  Download  
File: simple-example2.xml
Role: Auxiliary data
Content type: text/plain
Description: Example XML file
Class: phpXML
Author: By
Last change:
Date: 2001-03-11 05:50
Size: 433 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="iso-8859-1"?>

<a>
  <b>
    <c/>
    <c/>
    <d>
      <e/>
      <e/>
      <e/>
      <e/>
      <f>
        <g>
          First content of node g
        </g>
      </f>
    </d>
  </b>
  <b>
    <c>
      <d>
        <e>
          <f>
            <g>
              Second content of node g
            </g>
          </f>
        </e>
      </d>
    </c>
  </b>
</a>