RE: [xsl] How can I avoid generating META tag of html?

Subject: RE: [xsl] How can I avoid generating META tag of html?
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 20 Dec 2001 14:07:33 -0000
> I want to avoid generating
>
> <META http-equiv="Content-Type" content="text/html; charset=Cp1251">
>
> by transformer in html output.
>
> Is there any transformer-independent solution, or I should use
> something like this for xalan:
>
> <xsl:output method="html" encoding="Cp1251"
> xalan:omit-meta-tag="yes"/>
>
There is no standard solution in XSLT 1.0. I don't know about Xalan, but
Saxon does have an extension attribute like the one above.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread