This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Regex string function question


Rick Anderson wrote:

> 
> The jakarta project has two regexp packages for Java:
> http://jakarta.apache.org/regexp/
> http://jakarta.apache.org/oro/index.html
> 
> Since XSL 2.0 isn't out yet would it be reasonable to add those kind of
> extensions to a java based XSL processor using one of those libraries?
> 
> Has anyone tried this yet?
> 

Alternatively, C++ developers can use Unicorn XML Toolkit:

http://www.unicorn-enterprises.com/doc/xmlkit/1.0/api/ApiDoc.html

It provides implementation for regular expressions, XSLT processor and
object-based XSLT extensions:

http://www.unicorn-enterprises.com/doc/xmlkit/1.0/api/RegExp.html
http://www.unicorn-enterprises.com/doc/xmlkit/1.0/api/Xslt.html
http://www.unicorn-enterprises.com/doc/xmlkit/1.0/api/XsltObject.html

This toolkit was used to develop Unicorn XSLT Processor
(http://www.unicorn-enterprises.com/#products_uxt), which supports
regular expressions via ECMAScript extension mechanism.

Kind regards,

Alexey

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]