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

1.1     ! misho       1: <?xml version='1.0' ?>
        !             2: <document>
        !             3:   Some content inside the document <strong>this content goes
        !             4:   bold</strong> more data stored directly inside the document node.
        !             5: 
        !             6:  <childs>
        !             7:    <!-- here goes a comment before text block -->
        !             8:    More text after child declaration.
        !             9:    <child1 />
        !            10:    
        !            11:    This is a text <b> more text </b> text ... <max> more data </max>
        !            12: 
        !            13:    <child2 />
        !            14:    <child3> 
        !            15:      This more content inside the child3 element
        !            16:      <strong>value</strong> more text <italic> italic text </italic>
        !            17:      and finaly more text.
        !            18:    </child3>
        !            19:  </childs>
        !            20: 
        !            21: </document>

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