Q: What is the memory requirements of dom4j compared to Xerces DOM?

A: check out:
http://www-106.ibm.com/developerworks/library/x-injava/index.html

 Q: What is the performance of dom4j->Xalan transformation compared to
Xerces
   DOM->Xalan transformation?

 A: A dom4j DOM can't be directly transformed by Xalan.  You should use the
  javax.transform.Source and the javax.transform.Result interface to do
this.
  Instructions can be found in the dom4j docs.

  Since I'm busy making recommendations and giving you advice here is
another,
  Saxon for XSLT.  Saxon outperforms Xalan and consumes less memory (in my
  tests).  You can get it at http://saxon.sf.net.

  Good luck.

  Dane Foster
  http://www.equitytg.com
  954.360.9800

  Answers come to those who ask questions.

  ----- Original Message -----
> From: "Christian Bjørnbak" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, February 22, 2002 4:43 AM
> Subject: [dom4j-user] (no subject)
>
>
> Hi
>
> We are currently using Xerces and Xalan (both XPath and XSLT) in a major
> project.
>
> For the ease of DOM handling and the memory requirements we are
considering
> changing to a dom4j, Jaxen and Xalan configuration.
>
> Now I have the following question:
>
> What is the memory requirements of dom4j compared to Xerces DOM?
>
> What is the performance of dom4j->Xalan transformation compared to Xerces
> DOM->Xalan transformation?
>
> Cheers,
>
> Christian Bjørnbak
> Tourist Online Production
>
>
> _______________________________________________
> dom4j-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dom4j-user
>


_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to