Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 17th, 2008, 10:58 PM
Authorized User
 
Join Date: Sep 2008
Posts: 87
Thanks: 1
Thanked 0 Times in 0 Posts
Default calling jsp from xslt

Hi,
is it possible to call or forward open a jsp file from xsl.

for eg:

my xml:

<richtext xmlns:dxl="http://www.lotus.com/dxl">

<par def="2">&lt;img src= img onClick=OpenFile(D:\Misc\abc.pdf )&gt;&lt;/img&gt;</par>
</richtext>

this is my xml,how to write an xsl onclicking the image i should be able to open the file located in that path.

why i said to forward to jsp means ,on clicking the img i will open the pdf file from a jsp as its a webapplication need to check the context o fthe application also.

for say my xsl should
look like

<img src="images/Pdf.gif" ><a target="_blank" href="pdf.jsp?pid=D:\Misc\abc.pdf </a>


Thanks in advance........



 
Old September 18th, 2008, 02:54 AM
Authorized User
 
Join Date: Sep 2008
Posts: 87
Thanks: 1
Thanked 0 Times in 0 Posts
Default

please ignore this topic ...
sorry for wasting the time ,if anyone can suggest how to delete this topic






Similar Threads
Thread Thread Starter Forum Replies Last Post
Calling Interface in JSP Forum Befekadu Pro JSP 3 August 1st, 2012 03:00 AM
calling .jsp functions from ASp.net Laxmikant_it .NET Framework 2.0 2 January 1st, 2008 02:47 AM
java.lang.SecurityException: when calling a jsp mshah101 Apache Tomcat 2 November 9th, 2007 08:28 PM
Calling bean from jsp page madhavaram123 JSP Basics 6 May 10th, 2006 09:15 PM
Calling Java Interface in JSP Befekadu JSP Basics 0 March 12th, 2005 03:18 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.