Re: [xsl] Thinking Out loud - XML or XSL for boiler messages

Subject: Re: [xsl] Thinking Out loud - XML or XSL for boiler messages
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Sun, 29 Feb 2004 14:20:22 -0800
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


Current Thread