Re: Thinking Out loud - XML or XSL for boiler messages2004-02-29 15:20:22Hi,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
|
|
||||||||||||||||