Bug 5737 - DocumentBuilderFactory.setIgnoringComments does not work
Summary: DocumentBuilderFactory.setIgnoringComments does not work
Status: NEW
Alias: None
Product: Xerces-J
Classification: Unclassified
Component: JAXP (show other bugs)
Version: 1.4.4
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Xerces-J Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-08 07:17 UTC by gui
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gui 2002-01-08 07:17:28 UTC
This problems has already been reported for xerces2. (bugnum 3503)

I would appreciate it if this gets fixed in xerces 1.4.4 also.

Until recently, we were using jaxp 1.0 (and sun parser) to parse exactely the
same stuff without any problems. After upgradinf to jaxp 1.1 (and xerces) we get
errors because the DOM tree is full of (unwanted) '#comment' nodes. 

Thanks.