mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-31 13:47:30 +03:00
89cad536e3
* test/threads/*: added entities testing to the Thread test * testThreads.c: make the test reasonable * DOCBparser.c: fix the DTD public and system ID * xmllint.c: added --sgml for SGML DocBook importing * Makefile.am: added Docbtests target Daniel
8 lines
173 B
XML
8 lines
173 B
XML
<!DOCTYPE bca SYSTEM "http://example.org/bca.dtd">
|
|
<bca>
|
|
<b>Let's use a DTD defined entity &bent;</b>
|
|
<c/>
|
|
<a>Let's use predefined entites & < ></a>
|
|
</bca>
|
|
|