Edit

kc3-lang/libxml2/result/ent1

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.

  • result/ent1
  • <?xml version="1.0"?>
    <!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
    <!ENTITY xml "Extensible Markup Language">
    ]>
    <EXAMPLE>
        &xml;</EXAMPLE>