Annotation of gpl/axl/test/test_23.xml, revision 1.1.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: <child4c />
10: <child1 />
11:
12: <child4a />
13:
14: This is a text <b> more text </b> text ... <max> more data </max>
15:
16: <child3a />
17:
18: <child2 />
19: <child3>
20: This more content inside the child3 element
21: <strong>value</strong> more text <italic> italic text </italic>
22: and finaly more text.
23: </child3>
24: </childs>
25:
26: </document>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>