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]

Re: html output


Hi Zafer,

>     The browser outputs xml source instead of html output.

The xsl:output element, as you're using it, is exactly what you need
to output HTML rather than XHTML.  (If the document element of your
output is an html element then you don't need to use it explicitly,
the processor will automatically guess that you're outputting HTML.)

So I guess the question is how do you know that it's outputting XML
rather than HTML?  What is the difference that you expect that you're
not seeing?

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



 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]