xmlParseStartTag2() contains typo when checking for default definitions for an attribute in a namespace
requested to merge ddkilzer/libxml2:ddkilzer/fix-xmlParseStartTag2-defaults-values-index-value into master
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).