At 17:10 10/06/2000 +0100, Matt Sergeant wrote:
>On Sat, 10 Jun 2000, Ian Kallen wrote:
>
>> 
>> Has anybody run into any Perl libraries that do XSLT transformations that
>> are usuable?  Last I looked, there was no library that implemented the
>> spec or provided a useful API.  Maybe I'm behind the times...
>
>Sablotron from http://www.gingerall.com/ - all it lacks is xsl:number, as
>far as I know.

No it actually lacks pretty much more than that. Most things are roughly
implemented but the devil is in the details. Controlling output is painful
(through xsl:output, disable-output-escaping and friends) and other things
don't work exactely as expected, leading to some teeth gnashing. There are
also a few bugs in the current release. However it is moving fast and I
think that it'll be stable soon enough.

The biggest problem imho that might not be solved too soon is that it's
string-in string-out, no support for SAX (from the Perl interface).

The performance is getting much better too, though I still get better
results piping through Saxon (haven't tried this in mod_perl though).



-- robin b.
Smoking is one of the leading causes of statistics.

Reply via email to