Jeff --

In XalanJ 2.2.D02 and later, we've added a new output property so that
you can change your stylesheet to include this xalan extension attribute
as follows:

  <xsl:output ... xalan:omit-meta-tag="yes"/>

where the xalan namespace is declared as:

  xmlns:xalan="http://xml.apache.org/xslt";

You'd have to build these releases yourself from the latest CVS.

Until this becomes available in XalanJ 2.2.0, most people have gotten
arounds this problem with an appropriate specification of the encoding
attribute on xsl:output which is, of course, a solution portable to
other XSLT processors.

HTH,
Gary

> Jeff Winter wrote:
> 
> Is there anyway to turn off the <META http-equiv="Content-type"> tag
> that get's inserted in the output document?  Rendering documents in
> Netscape with this tag in place is problematic.   I would like to do
> the "correct" thing and set this HTTP header on the server.
> 
> Why is there no option to turn this off?

Reply via email to