mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
- debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer, incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath examples with the extra test Daniel
21 lines
337 B
Plaintext
21 lines
337 B
Plaintext
|
|
========================
|
|
Expression: 1
|
|
Object is a number : 1
|
|
|
|
========================
|
|
Expression: 1+2
|
|
Object is a number : 3
|
|
|
|
========================
|
|
Expression: 2*3
|
|
Object is a number : 6
|
|
|
|
========================
|
|
Expression: 1+2*3+4
|
|
Object is a number : 11
|
|
|
|
========================
|
|
Expression: (1+2)*(3+4)
|
|
Object is a number : 21
|