Closed
Bug 46126
Opened 25 years ago
Closed 25 years ago
<xsl:comment> creates extra whitespace
Categories
(Core :: XSLT, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jbailey, Assigned: keith)
Details
Attachments
(1 file)
336 bytes,
application/octet-stream
|
Details |
An <xsl:comment> tag always wraps the comment in white space. This doesn't
match the example provided in Section 7.4 of the XSLT spec, and more importantly
makes it impossible to generate the following tag:
<!--#include ... -->
Apache's Server Side Includes cannot have a space between the --#
A test case will follow shortly.
Reporter | ||
Comment 1•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
I checked in a fix when printing comments. The bug was not with xsl:comment, but
rather in the XMLPrinter.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•25 years ago
|
||
Thanks. I see this fix with a CVS snapshot on July 24th. Marking bug as verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•