Annotation of embedaddon/libxml2/test/c14n/with-comments/example-1.xml, revision 1.1

1.1     ! misho       1: <?xml version="1.0"?>
        !             2: 
        !             3: <?xml-stylesheet   href="doc.xsl"
        !             4:    type="text/xsl"   ?>
        !             5: 
        !             6: <!DOCTYPE doc SYSTEM "doc.dtd">
        !             7: 
        !             8: <doc>Hello, world!<!-- Comment 1 --></doc>
        !             9: 
        !            10: <?pi-without-data     ?>
        !            11: 
        !            12: <!-- Comment 2 -->
        !            13: 
        !            14: <!-- Comment 3 -->

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