[Home] [By Thread] [By Date] [Recent Entries]
Hi,
you could also write a very simple JSP (or what have you) to render on the server and then be used as a Source in your transformation. For example: <jsp:root>
<jsp:declaration>
String name = request.getParameter("name");
</jsp:declaration>
<title>fghg</title>
<p>qqq qqq qqq
<jsp:scriptlet>out.print(name);</jsp:scriptlet>.
</p>
</jsp:root>best, -Rob XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



