mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-01 14:06:55 +03:00
For Norman walsh: for heriting defaulted atts from the DTD Added a few new
For Norman walsh: * xsltproc/xsltproc.c: for heriting defaulted atts from the DTD * tests/docs/Makefile.am tests/docs/bug-52.xml tests/docs/bug-53.xml tests/general/Makefile.am tests/general/bug-52.* tests/general/bug-53.*: Added a few new tests for recently fixed stuff in libxml * tests/xmlspec/REC-xml-20001006-review.html tests/xmlspec/REC-xml-20001006.html: inheriting default attrs from DTD changed the result by adding extra attributes to the HTML output Daniel
This commit is contained in:
@ -284,8 +284,8 @@ main(int argc, char **argv)
|
||||
defaultLoader = xmlGetExternalEntityLoader();
|
||||
xmlLineNumbersDefault(1);
|
||||
|
||||
if (novalid == 0) /* TODO XML_DETECT_IDS | XML_COMPLETE_ATTRS */
|
||||
xmlLoadExtDtdDefaultValue = 6;
|
||||
if (novalid == 0)
|
||||
xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
|
||||
else
|
||||
xmlLoadExtDtdDefaultValue = 0;
|
||||
for (i = 1; i < argc; i++) {
|
||||
|
Reference in New Issue
Block a user