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:
19
test/XPath/expr/strings
Normal file
19
test/XPath/expr/strings
Normal file
@ -0,0 +1,19 @@
|
||||
string(5)
|
||||
string(0.5)
|
||||
string(-0.5)
|
||||
string(true())
|
||||
string(false())
|
||||
concat("titi","toto")
|
||||
concat("titi","toto","tata")
|
||||
starts-with("tititoto","titi")
|
||||
starts-with("tititoto","to")
|
||||
contains("tititototata","titi")
|
||||
contains("tititototata","toto")
|
||||
contains("tititototata","tata")
|
||||
contains("tititototata","tita")
|
||||
substring("12345",2,3)
|
||||
substring("12345",2)
|
||||
substring("12345",1.5,2.6)
|
||||
substring("12345",0,3)
|
||||
string-length("")
|
||||
string-length("titi")
|
Reference in New Issue
Block a user