mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
- configure.in: releasing 2.2.4
- parser.[ch]: added xmlStrEqual() - HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to use xmlStrEqual instead - TODO: updated - added an XPath test Daniel
This commit is contained in:
12
test/XPath/docs/usr1
Normal file
12
test/XPath/docs/usr1
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<BODY>
|
||||
<DECLARACION importador="123456789" fecha="08/09/2000"
|
||||
monto_factura="100.09">
|
||||
<ITEM monto="50.12" divisa="DOL">
|
||||
<SUFIJO codigo="NL34" valor="negro"/>
|
||||
<SUFIJO codigo="AS34" valor="grande"/>
|
||||
</ITEM>
|
||||
</DECLARACION>
|
||||
<FIRMA>N</FIRMA>
|
||||
</BODY>
|
||||
|
Reference in New Issue
Block a user