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]
Other format: [Raw text]

How can I avoid generating META tag of html?


Hello xsl-experts,

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"/>

Max


 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]