wso2 / integration-studio

WSO2 Integration Studio is a development environment used to design integration scenarios and develop them.
Apache License 2.0
66 stars 61 forks source link

xpath 2.0 expression /node/(price * quantity) no allowed #422

Closed rosensilva closed 2 weeks ago

rosensilva commented 5 years ago

Description: some valid xpath 2.0 expressions are not allowed in dev studio.

Try: /node/(price * quantity) ->

Invalid xpath expression for attribute expression: /node/(price * quantity)

TomasTokaMrazek commented 1 year ago

Apparently still not fixed.

//*[local-name()='Type']/text() = ('A', 'B','C') Simple XPath 2.0 with check for value in array of strings still throws an error.

image

Jaxen XPath engine should be long ago replaced with Saxon, which would also bring support for XPath 3.0.