| Recommend this page to a friend! |
| Classes of Michael P. Mehl | > | phpXML | > | simple-example2.xml | > | 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> |