Re: Follow up on regular expressions in ITS 2.0

On 20.11.2012 7:33, Felix Sasaki wrote:

> I have no opinion on that. Others in the MLW-LT group: what do you
> think? Note that if we want to change the regex definition we should do
> this within the next two weeks, since in "last call" stage such a change
> would force us to go back to normal working draft.

Actually all features mentioned by Norbert can be "simplified" to
regular expression which is not using those constructs. However as those
characters classes are very handy so I think that we want to keep them in.

For example imagine you would like to simplify \p{IsGreek}. If you have
access to Unicode database you can simply turn this into [αβγ...]. But I
think that such simplification should be done by application not by end
user and thus we should keep RE syntax as it is.

    Jirka

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail: jirka@kosek.cz      http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 rep.
------------------------------------------------------------------
    Bringing you XML Prague conference    http://xmlprague.cz
------------------------------------------------------------------

Received on Tuesday, 20 November 2012 08:47:19 UTC