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]
Other format: [Raw text]

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

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


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