Hi David, wow. I don't know there is regex code within xerces-c. Thanks a lot for the hint.
I am very interested in using regex functionalities within xslt stylesheets. Maybe I can help you supporting more exslt-functions or XSLT 2.0 features. HolgeR [EMAIL PROTECTED] schrieb: > Hi Holger, > > >>there are some regular expression matching functions in the XSLT 2.0 >>working draft. Does anybody know a unicode aware regex library that can > > be > >>used in Xalan-C for implementing the new features? > > > Actually, I fixed a lot of bugs in and finished the implementation of > Xerces-C's regular expression implementation. It does pretty much all of > what's necessary for XSLT 2.0 now. I was planning to use it to implement > the EXSLT regular expression functions. It is fully Unicode-aware if you > build Xerces-C using the ICU as a transcoding service. Otherwise, it will > not do appropriate case-insensitive matching. > > You can find the source code in src/xercesc/util/regx. > > Dave > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- holger floerke d o c t r o n i c email [EMAIL PROTECTED] information publishing + retrieval phone +49 228 92 682 00 http://www.doctronic.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
