1. 10 Dec, 2008 1 commit
    • Alexander Barkov's avatar
      Bug#38227 EXTRACTVALUE doesn't work with DTD declarations · 8d4b4160
      Alexander Barkov authored
      Problem:
       XML syntax parser allowed to use quoted strings as attribute names,
       and tried to put them into parser state stack instead of identifiers.
       After that parser failed, if quoted string contained some slash characters.
      Fix:
       - Disallowing quoted strings in regular tags.
       - Allowing quoted string in DOCTYPE declararion, but
       don't push it into parse state stack (just skip it).
      8d4b4160
  2. 09 Dec, 2008 34 commits
  3. 08 Dec, 2008 5 commits