Subject: Re: xsl:output method
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Sat, 11 Dec 2004 16:22:56 -0000
|
----- Original Message -----
From: "Gabriel K." <gabriel.klappenbach@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Saturday, December 11, 2004 4:12 PM
Subject: xsl:output method
Hey guys.
In my XSL I have
<xsl:output method="html" media-type="text/html" encoding="ISO-8859-1"
indent="yes"/>
But my browser still says it's type is "text/xml", and complains that the
META tag is not closed. Why does it think it's an XML file when I output a
page that looks like 100% HTML?
Does this have something to do with doctype? I don't know much about that
I must confess.
Look at
http://gabbah.no-ip.org/test.asp?ctype=System&cdoc=Types&cnMaxRows=10,
that's the output.
Any help would be appreciated.
/Gabriel
Are you setting Response.ContentType = "text/html" in the asp page?
--
Joe
|