Annotation of embedaddon/php/ext/simplexml/examples/book.xml, revision 1.1

1.1     ! misho       1: <books>
        !             2:  <book>
        !             3:   <title>The Grapes of Wrath</title>
        !             4:   <author>John Steinbeck</author>
        !             5:  </book>
        !             6:  <book>
        !             7:   <title>The Pearl</title>
        !             8:   <author>John Steinbeck</author>
        !             9:  </book>
        !            10: </books>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>