- From: Liam R. E. Quin <liam@fromoldbooks.org>
- Date: Sat, 22 Mar 2025 20:55:20 -0400
- To: ixml <public-ixml@w3.org>
On Sat, 2025-03-22 at 11:07 +0100, Fredrik Öhrström wrote: > The reason that you cannot use: > > identifier: [L]+, -~[L]. > > is that the next character will be permanently eaten into the > identifier. This is sounding more and more like lookahead assertionsin regular expressions, where you say, i want to match e1 only if it's followed by e2, but i don't want to consume the e2. -- Liam Quin, https://www.delightfulcomputing.com/ Available for XML/Document/Information Architecture/XSLT/ XSL/XQuery/Web/Text Processing/A11Y training, work & consulting. Barefoot Web-slave, antique illustrations: http://www.fromoldbooks.org
Received on Sunday, 23 March 2025 00:55:27 UTC