I have found when entering a regular expression pattern that I have to
escape back slashes when using Xerces-j. For example <xsd:pattern
value="[\\.,\\,]"/> to match dot (.) or comma (,). I would have thought
that "[\.,\,]" would work. I can understand why I would have to do this
in a java.lang.String but it seems like the implementation should not
show through here. Am I doing something wrong? The error says "this
expression is not supported in the current option setting" -- should I
change some option setting?

Thanks,

David Morris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to