This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Converting XSLT output to HTML document?


I'm probably missing a distinction here, but MSXML is a COM object.  It
does run "in" IE when processing <?xml-stylesheet> pi's ... it's a DLL.
(msxml3.dll for IE6).  As a COM object, it can be instantiated as well
through MSXSL.EXE (our command line tool) as well as Jscript, VBScript,
and of our languages, perl, etc.

If you need our command line utility, you can find it at 

http://msdn.microsoft.com/msdn-files/027/001/485/search.asp

HTH!

Dion

-----Original Message-----
From: Michael Kay [mailto:michael.h.kay@ntlworld.com] 
Sent: Wednesday, July 10, 2002 11:10 AM
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] Converting XSLT output to HTML document?

> I'm not sure how this is done - perhaps I have missed 
> something.

Yes, you seem to have missed the fact that most XSLT processors don't
run in the browser! Most of them (including MSXML, though they hide it
well) have a command line interface and an API that allows you to send
the serialized output to a file.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 

  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@ntlworld.com>
> To: <xsl-list@lists.mulberrytech.com>
> 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@ntlworld.com
> > work: Michael.Kay@softwareag.com
> >
> > > -----Original Message-----
> > > From: owner-xsl-list@lists.mulberrytech.com
> > > [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of Mike 
> > > Leahy
> > > Sent: 10 July 2002 13:36
> > > To: xsl-list@lists.mulberrytech.com
> > > 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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]