File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / test / test_21.xml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 07:09:12 2011 UTC (13 years ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7, AXL0_6_1
3th party - XML

    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>