Maybe keep the xsl and do something along these lines:

TransformerFactory tFactory =
String stylesheet = "existing.xsl";
String sourceId = "source.xml";
Transformer transformer = 
StreamSource(stylesheet));
transformer.transform(
  , new StreamResult(response.getOutputStream()));

Jeff C.



                                                                       
                      "Vicky"                                          
                      <[EMAIL PROTECTED]        To:       [EMAIL PROTECTED]
                      ahoo.com>                cc:                     
                                               Subject:  Migrate xsl into jsp/struts
                      10/19/2004 01:22                                 
                      PM                                               
                      Please respond to                                
                      "Struts Users                                    
                      Mailing List"                                    
                                                                       




Hello all,

In my current project we are using xsl which renders
xml into xhtml. Now we need to get rid of xsl code and
replace it with jsp/struts. Is there an easy tool/way
to migrate xsl files into jsps? This is quite huge
project so it won't be possible to start it from
scratch. Any pointes or help would be appreciated.

Thanks,





_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





------------------------------------------------------------------------------
**********
The information contained in this communication is confidential, private, proprietary, 
or otherwise privileged and is intended only for the use of the addressee.  
Unauthorized use, disclosure, distribution or copying is strictly prohibited and may 
be unlawful.  If you have received this communication in error, please notify the 
sender immediately at (312)653-6000 in Illinois; (972)766-6900 in Texas; or 
(800)835-8699 in New Mexico.
**********
==============================================================================


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to