glib/tests/markups/valid-1.gmarkup
changeset 18 47c74d1534e1
equal deleted inserted replaced
0:e4d67989cc36 18:47c74d1534e1
       
     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