You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ saxon-lint --verbose --xpath "/a//b[contains(., '3')]/text()" examples/XPath/001.xml
::1+java -cp /home/sputnick/github/saxon-lint/lib/saxon9he.jar net.sf.saxon.Query '!encoding=utf-8' '!indent=no' -quit:on '!item-separator=
' -s:examples/XPath/001.xml '-qs:/a//b[contains(., 3)]/text()'
Error on line 1
XPTY0004: Required item type of second argument of contains() is xs:string; supplied value
has item type xs:integer
Static error(s) in query
If I invert shell quotes, this will works.
Nested quotes is a pain at this level. If anyone knows, feel free to tell me where to search.
Ex:
If I invert shell quotes, this will works.
Nested quotes is a pain at this level. If anyone knows, feel free to tell me where to search.
My best bet (I hope) is to rewrite some code using perl's Java_Inline
The text was updated successfully, but these errors were encountered: