-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 10 Feb 2000, Suhas Kulkarni wrote:

> Hope this helps.. It worked for me. But haven't tried through XSL..
> Let me know if you find anything..
>
> <?xml version="1.0" encoding="UTF-8"?>
> <%@ page language="java" import="java.util.Date" %>
> <root>
>   <%! Date date = new Date(); %>
>   <message>JSP with XML Content
>   </message>
>   <% date.setTime(System.currentTimeMillis()); %>
>   <notice>The current date is:
>     <date><%= date.toString() %>
>     </date>
>   </notice>
> </root>

Well, this certainly generates XML. The XML part isn't what's stumping me
- - it's the "how do we get XML generated by JSP to go through an XSL
processor on the server?"

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.1i

iQA/AwUBOKQfZghcVZKknQwGEQIK2wCfYwYe9ZM9tqhIKW0ytQscaY2k8/sAoLyl
ihJVkUY+BRR9gnXzIFreuli3
=xDBU
-----END PGP SIGNATURE-----

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to