RE: [xsl] using a .htm file as the final output

Subject: RE: [xsl] using a .htm file as the final output
From: "Lopez, William" <william.lopez@xxxxxxx>
Date: Fri, 4 Oct 2002 09:49:50 -0500
Try adding <xsl:output method="html" .../>. Your file extension will now be
.html.

-Example
<?xml version='1.0' encoding='UTF-8'?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
<xsl:output method="html" doctype-public="-//W3C//DTD HTML 4.0//EN"/>

Later,
-Will

-----Original Message-----
From: Vedu Hariths [mailto:vhariths@xxxxxxxxx]
Sent: Friday, October 04, 2002 9:03 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] using a .htm file as the final output


Hi all,
The final output page after the XSL transformations is
an .xml file with html markup. If I change it to a
.html file, then the transformations do not occur and
I cannot view the page. However when the page is a
.xml file then only IE can show the page, Netscape
however wants to save the file. 

Is it a server configuration that would somehow dupe
the client browser to show the page regardless of its
extension or can I save the page with a .htm extension
and get it to work on Netscape somehow. 

Thanks,
Vedu

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

 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