[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: matches() method in XPath 1.0

Subject: Re: matches() method in XPath 1.0
From: "Bauman, Syd s.bauman@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 31 Jan 2023 02:37:32 -0000
Re:  matches() method in XPath 1.0
While I am not confident about it, I am not convinced that ITS does not permit
use of XPath 2.0. Why else is the @queryLanguage attribute of the <rules>
element defined as ( "xpath" | "css" | text )b unless you are permitted to
use values other than "xpath" (which means XPath 1.0) and "css" (which means
CSS3 selectors)? Section 5.3.4<https://www.w3.org/TR/its20/#d0e2761> discusses
what a processor need to to define another value, and furthermore reserves
"xpath2" (among others) for future use. Perhaps the future is now?

________________________________

I have a simple question, hopefully someone can help.



Given some nodes like this:



<text>Some text.</text>

<text>foo.svg</text>



in XPath 2.0 I can match the ones (like the second) that contain a file name
with something like



//text[matches(text(), '[^\s]*\.(svg|png|jpg)')]



That should match the second text node, and not the first.



I am looking for something to achieve the same purpose in XPath 1.0, even if
it's using something like ends-with instead of regex.



Why XPath 1.0? I'd love to use version 2.0 but this is for using the ITS data
categories, which seem not to be compatible with XPath 2.0
https://www.w3.org/TR/its20/#d0e2513<https://nam12.safelinks.protection.outlo
ok.com/?url=https%3A%2F%2Fwww.w3.org%2FTR%2Fits20%2F%23d0e2513&data=05%7C01%7
Cs.bauman%40northeastern.edu%7Cdd1ea7cc866c48ac181908db0321a7d4%7Ca8eec281aaa
34daeac9b9a398b9215e7%7C0%7C0%7C638107215359785885%7CUnknown%7CTWFpbGZsb3d8ey
JWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C
%7C&sdata=CLP9vxL7Z6zLhfKWLHPoOmyWdRo9UwO5XysRxQsKemI%3D&reserved=0>



Could someone have an idea?

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.