This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5364 - Finding extraneous white space inside XML elements
Summary: Finding extraneous white space inside XML elements
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Sean Owen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-15 10:41 UTC by Dominique Hazael-Massieux
Modified: 2008-01-17 02:04 UTC (History)
0 users

See Also:


Attachments

Description Dominique Hazael-Massieux 2008-01-15 10:41:14 UTC
The test MinimizeTest/5/ is currently failing, because the library doesn't detect extraneous whitespace inside XML elements, e.g. in:
<p                                                   >
Comment 1 Sean Owen 2008-01-17 02:04:44 UTC
Fixed. The XML parser won't let us recover this information, so I went back and operated on the raw XML body.