> So do you think that using dom4j to only transform a document it's
> not efficent?

Creating an input document and result document in memory is not
really necessary and potentially expensive, so I think the code I
gave you is more efficient but I am not a 100% sure and I don't
know how much more efficient it is, I haven't done any performance
tests.

Dom4j is great in manipulating XML documents programmatically but
I would not use it for the task that you are working on.

> The transform source isn't using some dom-like internal
> rapresentation of the XML ?

I don't know, it probably does but this depends on the XSLT
processor you are using.

I would welcome it if you could give us some indications of the
differences in performance between the 2 solutions?

Regards,
Edwin
-- 
http://www.edankert.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to