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



On Tue, Jan 02, 2007 at 03:12:16PM -0500, T.G. Mutato wrote:
> It appears that xsltproc automatically adds the line
> 
> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
> 
> to html output.

  only on XHTML-1.0 output, not on html output which is something completely
different in XSLT . I suggest you consult:
    - section 16.1 of the XSLT-1.0 spec
       http://www.w3.org/TR/xslt#section-XML-Output-Method
    - Appendix C 9 of the XHTML-1.0 spec:
       http://www.w3.org/TR/xhtml1/#C_9

Either don't generate the XHTML1 doctype or post-process the output.

Daniel

-- 
Red Hat Virtualization group http://redhat.com/virtualization/
Daniel Veillard      | virtualization library  http://libvirt.org/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine  http://rpmfind.net/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]