OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Removing <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> from html output


It appears that the XSL processor (I'm using xsltproc) automatically
adds the line

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

to html output. Although it's easy to change the output charset, I
haven't found a way to prevent the entire line from being output.

I've got a situation where I'm trying to convert DocBook 4.5 source to
a format that is loosely based on html; the <meta http-equiv...> is
not supported. I'd like the output to look like:

<html>
<head></head>
<body>
   ...
</body>
</html>

Is there a method for turning off the <meta http-equiv...> added by
the XSL processor?

Happy New Year!


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]