At the top of xhtml/docbook.xsl and html/docbook.xsl
you can find:
<xsl:output method="xml" encoding="UTF-8" indent="no"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
and
<xsl:output method="html"
encoding="ISO-8859-1"
indent="no"/>
which seems to overwrite the indent and doctype-*
settings of the user. IMHO they should be removed
there, so the user decides and chunker.* takes precedence.
Regards, Daniel
Logged In: YES
user_id=1102637
I would like to ask for a response to this report. What is
your opinion on this issue?
Logged In: YES
user_id=118135
Daniel,
To override the indent and doctype-* defaults, include an
<xsl:output> element in your stylesheet customization
layer. For example, see:
http://sagehill.net/docbookxsl/
OtherOutputForms.html#StrictXhtml
http://sagehill.net/docbookxsl/OutputEncoding.html
Logged In: YES
user_id=1312539
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).