1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-07 10:42:55 +03:00

releasing 1.0.1 updated the docs. activate line numbering unfortunately

* configure.in libxslt.spec.in libxslt/xsltwin32config.h:
  releasing 1.0.1
* doc/html/*.html: updated the docs.
* xsltproc/xsltproc.c: activate line numbering unfortunately
  this works only with CVS, libxml2-2.4.1 is broken in this respect
Daniel
This commit is contained in:
Daniel Veillard
2001-07-23 21:47:41 +00:00
parent 630ca9f1cb
commit f6ab7e3e29
18 changed files with 573 additions and 382 deletions

View File

@@ -280,6 +280,8 @@ main(int argc, char **argv)
LIBXML_TEST_VERSION
defaultLoader = xmlGetExternalEntityLoader();
xmlLineNumbersDefault(1);
if (novalid == 0) /* TODO XML_DETECT_IDS | XML_COMPLETE_ATTRS */
xmlLoadExtDtdDefaultValue = 6;
else