This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


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

Omitting the xml decl for xhtml files.


> In my case this is controlled via the omit-xml-declaration
> attribute...
> -- 
> Jean-Baptiste Quenot

As suggested by Jean Baptiste, add the following to your driver file.

<xsl:output omit-xml-declaration="yes"/>

This will help on some of the IE 5.x editions that don't like to display
xhtml when the xml decl is available. As I had to search around to find
out how to do this I thought I'd post it.

Eric


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