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]

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


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]