diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2005-08-25 13:19:21 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2005-08-25 13:19:21 +0000 |
| commit | 8874b94cd2e2086f4cefe026286e0f64cac6ec9a (patch) | |
| tree | 640c7e31f9cd75634487bb9074cc74516209aab9 /result/XPath/xptr/strrange2 | |
| parent | 3854c57a99852edc952cd69d4e7330b39031035c (diff) | |
| download | platform_external_libxml2-8874b94cd2e2086f4cefe026286e0f64cac6ec9a.tar.gz platform_external_libxml2-8874b94cd2e2086f4cefe026286e0f64cac6ec9a.tar.bz2 platform_external_libxml2-8874b94cd2e2086f4cefe026286e0f64cac6ec9a.zip | |
added a parser XML_PARSE_COMPACT option to allocate small text nodes (less
* HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
added a parser XML_PARSE_COMPACT option to allocate small
text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
directly within the node, various changes to cope with this.
* result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
slightly change the output
Daniel
Diffstat (limited to 'result/XPath/xptr/strrange2')
| -rw-r--r-- | result/XPath/xptr/strrange2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/XPath/xptr/strrange2 b/result/XPath/xptr/strrange2 index ea6ee45a..fd6c0ea4 100644 --- a/result/XPath/xptr/strrange2 +++ b/result/XPath/xptr/strrange2 @@ -60,5 +60,5 @@ Expression: xpointer(string-range(//p, 'difficult', 1, 0)) Object is a Location Set: 1 : Object is a collapsed range : index 3 in node - TEXT + TEXT compact content=a diff |
