<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>JDOM and XSLT</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi all,</FONT>
<BR><FONT SIZE=2>What is the fastest XSLT processor available in market. I am</FONT>
<BR><FONT SIZE=2>using JDOM and I would like to do XSLT so that I can present</FONT>
<BR><FONT SIZE=2>it as HTML.</FONT>
</P>

<P><FONT SIZE=2>Another question,</FONT>
<BR><FONT SIZE=2>my JDOM structure is huge and the Elements in the structure</FONT>
<BR><FONT SIZE=2>actually gets the value from performance intensive calculations</FONT>
<BR><FONT SIZE=2>and database operations, by overriding getText() method. Now</FONT>
<BR><FONT SIZE=2>when i want to do XSLT i wouldnt want the entire tree for XSLT.</FONT>
<BR><FONT SIZE=2>Although i can pass the whole tree for XSLT, what is the most</FONT>
<BR><FONT SIZE=2>performant way of doing XSLT for the subtree?</FONT>
</P>

<P><FONT SIZE=2>mani</FONT>
</P>

</BODY>
</HTML>