1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-24 13:33:01 +03:00

removing history/readline changed this slightly make element content line

* result/scripts/base*: removing history/readline changed
  this slightly
* include/libxml/parser.h SAX.c parser.c parserInternals.c
  xmllint.c: make element content line number generation
  optionnal to avoid breaking old apps added interface to switch
Daniel
This commit is contained in:
Daniel Veillard
2001-07-23 19:39:43 +00:00
parent f012a64d13
commit d9bad13bb2
8 changed files with 43 additions and 20 deletions

View File

@@ -216,6 +216,7 @@ struct _xmlParserCtxt {
void *_private; /* For user data, libxml won't touch it */
int loadsubset; /* should the external subset be loaded */
int linenumbers; /* set line number in element content */
};
/**
@@ -422,6 +423,7 @@ int xmlSubstituteEntitiesDefault(int val);
int xmlKeepBlanksDefault (int val);
void xmlStopParser (xmlParserCtxtPtr ctxt);
int xmlPedanticParserDefault(int val);
int xmlLineNumbersDefault (int val);
/*
* Recovery mode