MURATA Makoto wrote:
> Oops, [ and ] are missing. It should have been
>
> [^( -)]
Aha. But then () should be removed to:
[^ -]
> 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)
This archive was generated by hypermail 2.1.8 : Fri Oct 19 2007 - 13:13:02 UTC