Re: [xsl] Converting XSLT output to HTML document?

Subject: Re: [xsl] Converting XSLT output to HTML document?
From: "Charles Knell" <cknell@xxxxxxxxxx>
Date: Wed, 10 Jul 2002 08:46:18 -0700
What you want to do is to tranform the XML with an XSLT file using an
XSLT processor at the server and sending the resulting stream (which
is now in the form of HTML) to the browser.

Which part do you need pointers on?

-- 
Charles Knell
cknell@xxxxxxxxxx - email


---- "Mike Leahy" <mgleahy@xxxxxxxxxxxxxxxx> wrote:
> I'm not sure how this is done - perhaps I have missed something.  What
> I
> have is a stylesheet, and XML files that refer to the stylesheet in
> the
> header so that the XML file appears like an HTML document when viewed
> in a
> browser (such as IE6 or NS6).  Since many browsers do not support XML/XSL,
> it would be easier for me if I could get a static HTML document instead.
> 
> Mike
> 
> ----- Original Message -----
> From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
> To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> Sent: Wednesday, July 10, 2002 9:25 AM
> Subject: RE: [xsl] Converting XSLT output to HTML document?
> 
> 
> > Most XSLT processors are able to produce a static HTML document as
> their
> > output. Why do you need another tool?
> >
> > Michael Kay
> > Software AG
> > home: Michael.H.Kay@xxxxxxxxxxxx
> > work: Michael.Kay@xxxxxxxxxxxxxx
> >
> > > -----Original Message-----
> > > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Mike
> Leahy
> > > Sent: 10 July 2002 13:36
> > > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > > Subject: [xsl] Converting XSLT output to HTML document?
> > >
> > >
> > > Does anyone know of a method or tool that can be used to
> > > convert the output from an XSLT stylesheet to a static HTML document?
> > >
> > > Mike
> > >
> > >
> > >  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
> 
>  

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


Current Thread