Ulf Dittmer - 2004-01-06

Logged In: YES
user_id=908396

I'm not sure what the XML_SCHEMA flag is supposed to do.
Could you enlighten me?
Apart from that, firstly \i \I \s and \S are not listed as
supported character classes in the docs, secondly \c and \C
have special meaning as control characters, thirdly \d \D
and \w work as they should, fourthly \W works when you
switch the arguments #2 and #3 to its test method (which I
guess you got mixed up).
So, unless I'm missing something obvious that has to do with
the XML_SCHEMA (and I'm suspecting that's the case), it
works fine, no?