Annotation of embedaddon/php/ext/xsl/tests/53965/collection.xml, revision 1.1.1.1

1.1       misho       1: <?xml version="1.0"?>
                      2: <collection>
                      3:  <cd>
                      4:   <title>Fight for your mind</title>
                      5:   <artist>Ben Harper</artist>
                      6:   <year>1995</year>
                      7:  </cd>
                      8:  <cd>
                      9:   <title>Electric Ladyland</title>
                     10:   <artist>Jimi Hendrix</artist>
                     11:   <year>1997</year>
                     12:  </cd>
                     13: </collection>

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