Edit

kc3-lang/libxml2/result/errors/extparsedent.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2012-07-23 14:15:40
    Hash : 4629ee02
    Message : Do not fetch external parsed entities Unless explicietely asked for when validating or replacing entities with their value. Problem pointed out by Tom Lane <tgl@redhat.com> * parser.c: do not load external parsed entities unless needed * test/errors/extparsedent.xml result/errors/extparsedent.xml*: add a regression test to avoid change of the behaviour in the future

  • result/errors/extparsedent.xml
  • <?xml version="1.0"?>
    <!DOCTYPE foo [
    <!ENTITY c PUBLIC "bar" "/etc/doesnotexist">
    ]>
    <root>&c;</root>