mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-18 14:21:02 +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
425 B
Plaintext
21 lines
425 B
Plaintext
|
|
========================
|
|
Expression: true()
|
|
Object is a Boolean : true
|
|
|
|
========================
|
|
Expression: false()
|
|
Object is a Boolean : false
|
|
|
|
========================
|
|
Expression: number("1.5")
|
|
Object is a number : 1.5
|
|
|
|
========================
|
|
Expression: concat("titi",'toto')
|
|
Object is a string : tititoto
|
|
|
|
========================
|
|
Expression: concat("titi",'toto',"tata","last")
|
|
Object is a string : tititototatalast
|