RE: [docbook-apps] XHTML output

From
David Cramer (Tech Pubs) <>
Date
2005-12-06T15:21:51+00:00
ID
Thread
RE: [docbook-apps] XHTML output
For chunked output, see: 
http://docbook.sourceforge.net/release/xsl/current/doc/html/chunker.outp
ut.doctype-public.html and
http://docbook.sourceforge.net/release/xsl/current/doc/html/chunker.outp
ut.doctype-system.html

Also: http://www.sagehill.net/docbookxsl/Chunking.html

David


> -----Original Message-----
> From: Jason Lane [mailto:]
> Sent: Tuesday, December 06, 2005 4:48 AM
> To: Docbook-Apps
> Subject: [docbook-apps] XHTML output
> 
> Hi List,
> 
> I'm trying to get my output to be XHTML 1.0 Strict. We have a custom
> style sheet thus:
> 
> <xsl:import href="chunk-website.xsl" />
> 
> 	<xsl:output encoding="utf-8"
> 				indent="no"
> 				method="xml"
> 				omit-xml-declaration="yes"
> 				doctype-public="-//W3C//DTD XHTML 1.0
Strict//EN"
> 				doctype-
> system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-
> strict.dtd" />
> 
> but it does not  insert the DOCTYPE. Where do I change the output?
> 
> Many Thanks
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail:

>