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]
