I've done this using the XML parser utilities from Oracle.  I dynamically
create the XML from the data in our database, then generate XSL out of small
XSL components (ie field level) also stored in the database.  (XSL is well
formatted XML).  This saved a lot of time and got around the problem of
having to include html code in my java code...


----- Original Message -----
From: "Howard Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 24, 2000 2:47 PM
Subject: XML+XSL


> Hi guys,
>
> Has anyone worked on creating a Servlet that generates an XML and then
uses
> Xalan or some XSLT to put XML and XSL together? I don't want to create an
> XML file (physical file), but wanna create an xml on the fly and pass it
> onto another input source. Has anyone done this? Thank you very much!
>
> howard
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to