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
I know about the warning against using REXML::Parsers::XPathParser but is there any way to get back the xpath string /a[b/text()=concat("c","d")] from its parsed/tokenized version?
I'm working on an application that requires heavy manipulation of xpaths (version 1.0) and am looking for a library to help with this.
REXML version: 3.2.5
The text was updated successfully, but these errors were encountered:
The following REXML script
outputs
I know about the warning against using
REXML::Parsers::XPathParser
but is there any way to get back the xpath string/a[b/text()=concat("c","d")]
from its parsed/tokenized version?I'm working on an application that requires heavy manipulation of xpaths (version 1.0) and am looking for a library to help with this.
REXML version: 3.2.5
The text was updated successfully, but these errors were encountered: