mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

* 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
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
|
|
========================
|
|
Expression: //ITEM[1]
|
|
Object is a Node Set :
|
|
Set contains 1 nodes:
|
|
1 ELEMENT ITEM
|
|
ATTRIBUTE monto
|
|
TEXT compact
|
|
content=50.12
|
|
ATTRIBUTE divisa
|
|
TEXT compact
|
|
content=DOL
|