os/ossrv/glib/tests/markups/valid-1.gmarkup
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/glib/tests/markups/valid-1.gmarkup	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,9 @@
     1.4 +  <!-- Comment -->
     1.5 +<?PI ?>
     1.6 +<foobar>
     1.7 +<e1>Hi &amp; this is some text inside an element Two 'E' chars as character refs: &#69; &#x45; and some 'J': &#74; &#x4A;</e1>
     1.8 +<e2:foo> Text <childfree/> with some <nested>nested elements</nested> and entities &quot;&amp;  &lt; &gt;&gt; &apos; and whitespace    </e2:foo>
     1.9 +<tag ab="fo&lt;o" bar="foo" baz="blah">This element has attributes</tag>
    1.10 +<nochildren a="b" xyz="qrs"/>
    1.11 +</foobar>
    1.12 +   
    1.13 \ No newline at end of file