Skip to content

xmlParseStartTag2() contains typo when checking for default definitions for an attribute in a namespace

xmlParseStartTag2() contains typo when checking for default definitions for an attribute in a namespace

  • parser.c: (xmlParseStartTag2):
  • Fix index into defaults->values. It is only correct the first time through the loop when i == 0.

Fixes #467 (closed).

Merge request reports