[dsdl-discuss] Re: Draft of DSDL Part 7 FCD

From: Jirka Kosek <jirka@kosek.cz>
Date: Fri Oct 19 2007 - 12:31:50 UTC

MURATA Makoto wrote:

> Oops, [ and ] are missing. It should have been
>
> [^(&#x20;-&#x10FFFF;)]

Aha. But then () should be removed to:

[^&#x20;-&#x10FFFF;]

> This is intended to captures C0 control functions indirectly.
> (Hmm, what is the universe of this negation? I assumed all
> Unicode characters but XML Schema Part 2 says "XML characters".)
>
> How can we capture C0 control functions in regular expressions
> of W3C XML Schema part 2?

What about

        \p{Cc}

It covers both C0 and C1 but that's desired for ISO-8859-x encodings I
suppose.

                        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 member
------------------------------------------------------------------

--
DSDL members discussion list
To unsubscribe, please send a message with the
command  "unsubscribe" to dsdl-discuss-request@dsdl.org
(mailto:dsdl-discuss-request@dsdl.org?Subject=unsubscribe)
Received on Fri Oct 19 14:31:00 2007

This archive was generated by hypermail 2.1.8 : Fri Oct 19 2007 - 13:13:02 UTC