os/ossrv/glib/tests/markups/valid-1.gmarkup
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
  <!-- Comment -->
sl@0
     2
<?PI ?>
sl@0
     3
<foobar>
sl@0
     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>
sl@0
     5
<e2:foo> Text <childfree/> with some <nested>nested elements</nested> and entities &quot;&amp;  &lt; &gt;&gt; &apos; and whitespace    </e2:foo>
sl@0
     6
<tag ab="fo&lt;o" bar="foo" baz="blah">This element has attributes</tag>
sl@0
     7
<nochildren a="b" xyz="qrs"/>
sl@0
     8
</foobar>
sl@0
     9