Re: schema supporting java regex library needed

>
>
>>I am working on a schema validating xml parser that will soon be
>>released as open source. Does anyone know an open Java regex library
>>that supports the regular expression of XML schema?
>>    
>>
>
>Don't know if it will help, but James Clark announced some code that
>translates from the XML Schema regexps into java.util.regex regexps.
>See:
>
>  http://lists.w3.org/Archives/Public/xmlschema-dev/2002Apr/0239.html
>
Xerces 2.0.2 [1] also have a regular expression package with an option 
('X') to make it use W3C XML Schema regular expression syntax [2].

Cheers,
/Eddie

[1] http://xml.apache.org/xerces2-j/
[2] http://xml.apache.org/xerces2-j/javadocs/xerces2/index.html

>
>Cheers,
>
>Jeni
>
>---
>Jeni Tennison
>http://www.jenitennison.com/
>
>  
>

Received on Tuesday, 13 August 2002 19:31:38 UTC