Re: XPath expression to get the string following the open quote of an attribute?
| Newsgroups | gmane.text.xml.xsl.general.mulberrytech |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
On 14.01.2021 17:14, Roger L Costello [email protected] wrote: > Here are sample input strings: > > ="abc" > = "abc" > = "abc" > > That is, an equals, zero or more whitespaces, quote, value, quote > > I want everything after the first quote. My neural network thinks that sounds like substring-after($s, '"') but perhaps I miss something that makes the requirements more complicated. --~---------------------------------------------------------------- XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/3329386 or by email: [email protected] --~--