← Prev in month ← Prev in thread

alter href tag in HTML output

From
Mark Stacey <>
Date
2006-04-25T10:33:06+00:00
ID
Thread
alter href tag in HTML output
Hi,

I'd like to generate JSP pages instead of HTML. I need the generated 
files to be available within a web application that requires URL 
re-writing in order to maintain session state.

I've been able to modify the extension to .jsp from param.xsl, but I 
need to modify how the <a href> tags are emitted.
Instead of the standard <a href="xyz.jsp"> I need them to emit something 
along the lines of <a href="<%=response.encodeURL("xyz.jsp")%>">

Is this possible in Docbook, or should I look at some sort of 
post-docbook processing through ANT?

regards,

-- 

Kind Regards,
 
Mark Stacey
Armac Systems
Ireland

tel. +353 41 980 5930
fax. +353 41 980 5939
http://www.armacsystems.com
 
This email and any files transmitted with it are confidential and the property of Armac Systems.
← Prev in month ← Prev in thread