Annotation of gpl/axl/test/test_29.xml, revision 1.1

1.1     ! misho       1: <?xml version="1.0"?>
        !             2: <!-- initially, the default namespace is "books" -->
        !             3: <book xmlns='urn:loc.gov:books'
        !             4:       xmlns:isbn='urn:ISBN:0-395-36341-6'>
        !             5:     <title>Cheaper by the Dozen</title>
        !             6:     <isbn:number>1568491379</isbn:number>
        !             7:     <isbn:test>1568491379</isbn:test>
        !             8:     <notes>
        !             9:       <!-- make HTML the default namespace for some commentary -->
        !            10:       <p xmlns='http://www.w3.org/1999/xhtml'>
        !            11:           This is a <i>funny</i> book!
        !            12:       </p>
        !            13:     </notes>
        !            14: </book>

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