Re: servlet and xml

Subject: Re: servlet and xml
From: merle <f.merle@xxxxxxxxxxxxxxxx>
Date: Fri, 17 Sep 1999 18:37:47 +0100
What you can do is to use DOM or SAX to get all the informations which are
displayed on your pages (written in XML) and create with this a new Document.
This document will be conform with a DTD you agree with. Then, with your
servlets, you will display them with an XSL stylesheet on you web browser.
I am at the end of a project which allows us to reach informations on many
documents and after we displayed on the screen what we wants to show with our
clients. We use also servlets (we call the good methods for informations and we
display).

> > I have 100 pages to be displayed on the web with 6 styles. So I plan to
> use
> > servlet and xml to do that. But I don't know how to do it since I am new
> to
> > this field. All the infomation of each page is stored in a database (e.g.
> > pageName, pageNum, item1, item2, item3....). Do I need a SAX parser? How
> to
> > use it? What is the output of the servlet, a html page or xml page? Do I
> > need a xslt to output a html page from existing xml and xsl files? I'm so
> > confused. Could somebody tell me how to do it step by step? I'll
> appreciate
> > your help.
> >
> >
> >  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread