Re: [xml-dev] XML Schema 1.1 xpath 2.0 regex question

From
Mukul Gandhi <>
To
Michael Kay <>
Date
2021-12-17T03:55:12Z
ID
<CANGHzgDu7naffSiHYXPhU0=>
Thread
Re: [xml-dev] XML Schema 1.1 xpath 2.0 regex question
Hi Mike,
    Thanks for the explanation.

That's helpful.

On Wed, Dec 15, 2021 at 9:25 PM Michael Kay <[email protected]> wrote:
Validation should succeed.

With the "m" flag, it's valid, because there is a line that matches ^hello$ (and as it happens, there is also a line that matches ^world$, but that match is not needed). One match is sufficient.

Michael Kay
Saxonica


--
Regards,
Mukul Gandhi