It appears that 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 XML source to a
format that is only loosely based on html; the <meta http-equiv...> is
not supported with the <head> tag. 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 xsltproc?

Thank you,
_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt

Reply via email to