mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel
This commit is contained in:
5
test/XPath/expr/functions
Normal file
5
test/XPath/expr/functions
Normal file
@ -0,0 +1,5 @@
|
||||
true()
|
||||
false()
|
||||
number("1.5")
|
||||
concat("titi",'toto')
|
||||
concat("titi",'toto',"tata","last")
|
Reference in New Issue
Block a user