1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
<?xml version="1.0"?>
<!-- Top Level Comment -->
<?target Content in target id="something"?>
<Sentences xmlns:gxml="http://wiki.gnome.org/GXml"
xmlns:b="http://book.org/schema"
audience="All">
<Sentence lang="en">I like the colour blue.</Sentence>
<Sentence lang="es">EspaƱol</Sentence>
<Authors year="2016" collection="Back"
xmlns:auth="http://author.org">
<Author>
<Name>Fred</Name>
<gxml:Email>fweasley@hogwarts.co.uk</gxml:Email>
</Author>
<Author>
<!-- Inner comment-->
<Name>George</Name>
<Email>gweasley@hogwarts.co.uk</Email>
</Author>
</Authors>
<b:Book gxml:name="Thor"/>
<?css href="http://www.gnome.org"?>
<![CDATA[<greeting>Hello, world!</greeting>]]>
<ReadTop>
<Read/>
<NoRead>
<Child />
</NoRead>
<Read/>
<Read>
<ReadChild/>
<NoReadChild/>
</Read>
<NoRead/>
<NoRead/>
<NoRead/>
<NoRead/>
<Read/>
</ReadTop>
</Sentences>
|