mirror of
https://github.com/openharmony/third_party_libxml2.git
synced 2026-08-25 12:59:35 -04:00
98285566ad
Signed-off-by: chencheng31 <chencheng8@huawei.com>
12 lines
305 B
XML
12 lines
305 B
XML
<?xml version="1.0"?>
|
|
<chapter>
|
|
<p>a simple test</p>
|
|
<p>multiple tests</p>
|
|
<p>a diff<em>i</em>cult one</p>
|
|
<p><p>a span</p>n<p>ing one</p></p>
|
|
<p><p>and an unbal</p><empty/>anced test</p>
|
|
<p>for empty string <seq>123</seq></p>
|
|
<p id="1">a<b>b</b>c</p>
|
|
<p id="2"><!--X-->abc</p>
|
|
</chapter>
|