Patches item #1509047, was opened at 2006-06-19 20:33
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=373749&aid=1509047&group_id=21935
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: XSL
Group: output: HTML
>Status: Closed
Resolution: Wont Fix
Priority: 5
Submitted By: Daniel Leidert (dleidert)
Assigned to: Michael(tm) Smith (xmldoc)
Summary: HTML: docbook.xsl overwrites indent and doctype
Initial Comment:
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
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2006-08-18 19:20
Message:
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).
----------------------------------------------------------------------
Comment By: Michael(tm) Smith (xmldoc)
Date: 2006-08-04 03:39
Message:
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
----------------------------------------------------------------------
Comment By: Daniel Leidert (dleidert)
Date: 2006-07-29 08:49
Message:
Logged In: YES
user_id=1102637
I would like to ask for a response to this report. What is
your opinion on this issue?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=373749&aid=1509047&group_id=21935
|