os/ossrv/glib/tests/markups/valid-1.gmarkup
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1   <!-- Comment -->
     2 <?PI ?>
     3 <foobar>
     4 <e1>Hi &amp; this is some text inside an element Two 'E' chars as character refs: &#69; &#x45; and some 'J': &#74; &#x4A;</e1>
     5 <e2:foo> Text <childfree/> with some <nested>nested elements</nested> and entities &quot;&amp;  &lt; &gt;&gt; &apos; and whitespace    </e2:foo>
     6 <tag ab="fo&lt;o" bar="foo" baz="blah">This element has attributes</tag>
     7 <nochildren a="b" xyz="qrs"/>
     8 </foobar>
     9