Edit

kc3-lang/libxml2/result/ent7

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2000-03-14 18:30:20
    Hash : cf46199c
    Message : This is the 2.0.0-beta, lots and lots and lots of changes Have a look at http://xmlsoft.org/upgrade.html Daniel

  • result/ent7
  • <?xml version="1.0"?>
    <!DOCTYPE item [
    <!ENTITY % sampleEnt "<!ELEMENT item (para)+>">
    <!ENTITY sampleEnt "the hyacinth girl">
    <!ELEMENT item (para)+>
    <!ELEMENT para (#PCDATA)>
    ]>
    <item>
    <para>'they called me &sampleEnt;'</para>
    </item>