Closed
Bug 467088
Opened 16 years ago
Closed 7 months ago
xml:space implementation
Categories
(Core :: XML, defect)
Core
XML
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: dan_500, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.0.4) Gecko/2008111318 Ubuntu/8.10 (intrepid) Firefox/3.0.4
Build Identifier:
Implementation of xml:space is missing.
Test case:
<p xmlns="http://www.w3.org/1999/xhtml">This
is
<span xml:space="preserve">
just
</span>
an
example.</p>
Please try to copy the text to an text editor to check xhtml2text, too.
Reproducible: Always
Actual Results:
This is just an Example.
xhtml2text:
This
is
just
an
Example
Actual Results:
This is just an example.
xhtml2text:
This
is
just
an
example.
----
Sorry!
Summary: xml:space Implementation → xml:space implementation
Updated•2 years ago
|
Severity: normal → S3
Comment 2•7 months ago
|
||
I don't think we are going to work on it
Status: UNCONFIRMED → RESOLVED
Closed: 7 months ago
Resolution: --- → INACTIVE
Updated•7 months ago
|
Component: General → XML
You need to log in
before you can comment on or make changes to this bug.
Description
•