xsl-list
[Top] [All Lists]

RE: using a .htm file as the final output

2002-10-04 08:51:53
Just out of curiosity...What XSLT processor are you using? Can you provide a
snippet of your xsl.

-Will

-----Original Message-----
From: Vedu Hariths [mailto:vhariths(_at_)yahoo(_dot_)com]
Sent: Friday, October 04, 2002 10:23 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] using a .htm file as the final output


Hi Will, I had already tried that, it did not work.
thanks though for replying.
Vedu
--- "Lopez, William" <william(_dot_)lopez(_at_)eds(_dot_)com> wrote:
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(_at_)yahoo(_dot_)com]
Sent: Friday, October 04, 2002 9:03 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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



__________________________________________________
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



<Prev in Thread] Current Thread [Next in Thread>