xsl-list
[Top] [All Lists]

Re: [xsl] How to select for ' in XPATH?

2009-08-05 13:11:36
Hermann Stamm-Wilbrandt wrote:

$ xpath "/*/*/*[contains(normalize-space(.),'\'')]" <tst.html
Exception running: xpath
net.sf.saxon.s9api.SaxonApiException: XPath syntax error at char 34 in
{...ontains(normalize-space(.),...}:
    Unmatched quote in expression

I think in XPath 2.0 you can double quotes e.g.
  xpath "/*/*/*[contains(normalize-space(.),'''')]" <tst.html

--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--