Closed Z6P0 closed 2 years ago
Yes but I expected the library to return the proper node. I'm not supposed to parse the query myself to test if it's an attribute or not.
In this package, attribute is not treated as an node, but string. This feature may be added in the future.
XPath
"//element/@attribute"
does not select the attribute but the element node.