summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-23 19:39:43 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-23 19:39:43 +0000
commitd9bad13bb2d5894eb03f0cd36d26fffa81dd6f47 (patch)
treeadd99437b767b61b6713bf2f00467dcb00c0f0fb /include
parentf012a64d13d85d53eac0d4d6625508109e7c9e9d (diff)
downloadlibxml2-d9bad13bb2d5894eb03f0cd36d26fffa81dd6f47.tar.gz
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
Diffstat (limited to 'include')
-rw-r--r--include/libxml/parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libxml/parser.h b/include/libxml/parser.h
index fdfb75fb..b87d9729 100644
--- a/include/libxml/parser.h
+++ b/include/libxml/parser.h
@@ -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