Edit

kc3-lang/libxml2/test/threads/cba.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2001-10-22 09:46:13
    Hash : 89cad536
    Message : 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

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