DOMXSLT Functions vs. XSLT Functions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
piciuriello
Forum Newbie
Posts: 2
Joined: Fri Aug 06, 2004 2:16 am

DOMXSLT Functions vs. XSLT Functions

Post by piciuriello »

PHP General

--------------------------------------------------------------------------------

Subject: DOMXSLT Functions vs. XSLT Functions
Author: Danilo Cicognani (host166-177.pool8253.interbusiness.it)
Date: 06/08/2004 10:12

Hi!
I need to transform an XML written in a string with an XSLT file.

I'm trying to understand with functions library I should use
I tried DOMXSLT functions (that use libxml and libxslt) and XSLT functions (that use Sablotron).

I think that, considering my need the only things to look for are performances and stability of the libraries.

Is there someone who used them that can tell me wich one he prefers or wich one he suggests me and why?

Thanks.

P.S. Sorry for MY English.
Post Reply