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: Re: [docbook-apps] Problems with formating tables via CSS


On Fri, Jun 06, 2003 at 09:34:13PM +0000, Oliver Fischer wrote:
> Ahh, now I found out, that the XSL stylesheets don't put the DOCTYPE at 
> the start of the generated documents. But why? Do I have to set an 
> specific parameter?

Actually, DOCTYPE is sometimes output.  Here are the results
of recent tests I did on the 1.60.1 stylesheets:


                      xsltproc             Saxon
                  --------------------------------------
html/docbook.xsl       none                 none
html/chunk.xsl         [1]                  none

xhtml/docbook.xsl      [2]                  [2]
xhtml/chunk.xsl        none                 [2]

[1] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

[2] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

I think this should be more consistent, so I filed a
sourceforge feature request (#693732) to that effect.


Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: bobs@sco.com


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