Edit

kc3-lang/libxml2/test/ent3

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1998-08-13 03:39:55
    Hash : 260a68fd
    Message : Release 0.2, 80% rewrite, nothing left intact ... Daniel

  • test/ent3
  • <?xml version="1.0"?>
    <!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
    <!ENTITY xml "Extensible Markup Language">
    ]>
    <EXAMPLE prop1="a&amp;b" prop2="&xml;">
      Test of entities in attributes.
    </EXAMPLE>