[Home] [By Thread] [By Date] [Recent Entries]
On 26.07.2016 13:51, Costello, Roger L. costello@xxxxxxxxx wrote:
I need an XPath expression which returns true if the string in <A> is between 1 and 10 characters in length, and false otherwise. Well, in XPath 3 you can use let $l := string-length() return ($l gt 0 and $l le 10)
|

Cart



