|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XSL make .JSP call?
On 4/25/06, Bruso, John <jbruso@xxxxxxxxxxxx> wrote: > Can an XSL style sheet make a .jsp call? > > If so, how? > > I have an XSL document that renders from XML, but I need to include a > file in the document. It's a complex javascript file. I'm using script > src="{$themePath}/webtrends/sdc.js" type="text/javascript"><xsl:text> > </xsl:text></script> right now, but it has to execute on the client, and > is really slow. I thought if I could include the file in some other way, > say JSP, I could improve the performance. > > Any advice would be helpful. If the transforms are done server side make the result of the transform a jsp that includes the javascript. Alternatively, pass the javascript as a parameter and use that directly, ymmv on that one....
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






