Re: [xslt] regexp extension?



Bruce Miller wrote:

> Hi all;
>   Has anyone thought about implementing the regexp extension?
> (or already started !?!)


An indirect method to achieve this is to use an interface
to a general-purpose scripting language that has RE functionality.

I've written an interface to the Tcl scripting language,
which gives you exactly that capability (plus a whole lot
more - we use it to interface to the filesystem).


Without digging into the doco for the Tcl regexp package I
can't say with 100% certainty that it is Posix compliant,

but it either already is or is pretty close.


Cheers,
Steve Ball

-- 
Steve Ball            |   XSLT Standard Library   | Training & Seminars
Zveno Pty Ltd         |     Web Tcl Complete      |   XML XSL Schemas
http://www.zveno.com/ |      TclXML TclDOM        | Tcl, Web Development
Steve.Ball@zveno.com  +---------------------------+---------------------
Ph. +61 2 6242 4099   |   Mobile (0413) 594 462   | Fax +61 2 6242 4099




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]