A couple things.

1. The JRun JSP 1.1 tag library has custom tags for retrieving data from
datasources, returning them as XML, and another tag for doing XSL
transformations.  Currently the taglib is bundled with JRun 3.0, but it's a
standards-compliant taglib that will run on any J2EE app server (JSP 1.1
required).  The tags of interest would be <xslt>, <sql>, and <query2xml>.

2. http://xml.apache.org.  The Cocoon servlet is a pure Java publishing
framework that has lots of features for doing some of the same kinds of
things that our tags do, but all implemented as a servlet.  Cocoon has
become a bit onerous to deal with as its features have grown, but it also
comes with lots of examples of XML, XSL, XSLT, XSL with SQL, etc.

Scott Stirling
Allaire Corporation
http://www.allaire.com/developer/jrunreferencedesk/

> -----Original Message-----
> From: zahid saiyed [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 13, 2000 3:40 PM
> To: [EMAIL PROTECTED]
> Subject: [EJB-INT] EJB problem
>
>
> Hi,
> I'm developing a project.And I have to use EJB. I have to get
> the data from
> Oracle 8 and then using that data I have to generate XML
> file. And using XSL
> I have to parse that file and create HTML output.
> I have to use servlet to translate XML to HTML using XSL.
> Can U PLEASE give some sample application.
> Or any website where I can get some code sample for this.
> I will REALLY APPRECIATE YOUR HELP as I have to do this AS
> SOON AS POSSIBLE.
> Thanks.
> Zahid.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to