1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/test/threads/cab.xml
Daniel Veillard 89cad536e3 added entities testing to the Thread test make the test reasonable fix the
* 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
2001-10-22 09:46:13 +00:00

8 lines
173 B
XML

<!DOCTYPE cab SYSTEM "http://example.org/cab.dtd">
<cab>
<c/>
<a>Let's use predefined entites &amp; &lt; &gt;</a>
<b>Let's use a DTD defined entity &bent;</b>
</cab>