Subject: Re: Converting XSLT output to HTML document?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 10 Jul 2002 16:57:13 +0100
|
> 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).
you can download from microsoft's site "xmltools (ask google for teh
exact address:-) two useful add ons.
One a command line version of msxml so you can go in a command prompt
msxsl -o output.html input.xml stylesheet.xsl
alternatively one of the xml tools adds an extra menu on teh right mouse
button which is "show xsl output" this causes IE to pop up a window with
the result.
But if you are writing your own stylesheets a command line version is
usually good for getting error messages/warnings etc which vanish if you
run it in a browser. Saxon's a good stand by. If you grab instant saxon
(ask google for the address:-) you use it as avove, replacing msxsl by
saxon
and again it will do what you want.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Converting XSLT output to HTML document?
- Mike Leahy - Wed, 10 Jul 2002 08:35:38 -0400 (EDT)
- David Carlisle - Wed, 10 Jul 2002 08:56:34 -0400 (EDT)
- Michael Kay - Wed, 10 Jul 2002 09:22:25 -0400 (EDT)
- Mike Leahy - Wed, 10 Jul 2002 11:29:36 -0400 (EDT)
- David Carlisle - Wed, 10 Jul 2002 11:57:21 -0400 (EDT) <=
- Michael Kay - Wed, 10 Jul 2002 14:07:35 -0400 (EDT)
- <Possible follow-ups>
- Jarno . Elovirta - Wed, 10 Jul 2002 08:59:46 -0400 (EDT)
- Chen, Gin - Wed, 10 Jul 2002 11:41:10 -0400 (EDT)
- Mike Leahy - Wed, 10 Jul 2002 11:46:23 -0400 (EDT)
|
|