xsl-list
[Top] [All Lists]

[xsl] XPath expression to get the string following the open quote of an attribute?

2021-01-14 10:14:07
Hi Folks,

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. 

What XPath expression yields the desired result?

For all of the above inputs, the result of the XPath should be: abc"

/Roger
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>