Edit

kc3-lang/libxml2/test/ent4

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1998-10-27 06:21:04
    Hash : ccb09637
    Message : Changed the internals a lot for DOM, entity support, slight changes of API, more (if not all) formating of function comments, started documentation, Daniel.

  • test/ent4
  • <?xml version="1.0"?>
    <!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
    <!ENTITY xml "Extensible Markup Language">
    ]>
    <EXAMPLE >
      Test of &amp;amp; behaviour a&amp;b .
    </EXAMPLE>