Not long ago I had a problem  using a regex pattern.
I wanted to allow all values, excluding a list of "reserved words".
Finally I found a regex pattern, that did what I wanted. I tested it in a small java program and everthing looked well. But when I used the pattern in the XSD, it was found invalid. I read in the XML schema specifications that they recommend support of level 1 regex patterns. In my case, I am always using the same program to check the xml against the XSD. Is there a way to force xerces using the standard java regex library without restrictions?

Dick Deneer

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

Reply via email to