http://qs321.pair.com?node_id=239034


in reply to (jptxs) Re: XML::XSLT not transforming xml
in thread XML::XSLT not transforming xml

jptxs,

You will alas learn that not all XSLT engines are created equal. I've used Saxon, Xalan (both Java and C versions), MSXSLT and XML::LibXSLT, and found XPATH instructions that only one could or could not use. I've not used XML::XSLT for a while prefering the faster and I feel more feature complete XML::LibXSLT, but sometimes even this excellent parser dies, where Xalan was able to correctly transform the source.

Some additional nodes:

and


--
ajt
  • Comment on Re: (jptxs) Re: XML::XSLT not transforming xml

Replies are listed 'Best First'.
(jptxs) Re: (jptxs) Re: XML::XSLT not transforming xml
by jptxs (Curate) on Mar 02, 2003 at 19:58 UTC
    ajt, thanks for all the good pointers. I've read Learning XML over the last few days and switched to XML::LibXSLT. I now see what was happening in my original problem thanks to both of these. Thanks for pointing me at LibXSLT.

    We speak the way we breathe. --Fugazi

(jptxs) Re: (jptxs) Re: XML::XSLT not transforming xml
by jptxs (Curate) on Feb 27, 2003 at 13:36 UTC
    Well, I guess the perl is fine since no one has said otherwise. That was what I was concerned about. RTFMing on XML is exactly what I'm in the process of doing. So references well appreciated. Guess it's off to read...

    We speak the way we breathe. --Fugazi