This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 23885 - Avoid direct dependency on Xerces
Summary: Avoid direct dependency on Xerces
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: sgleason
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-23 09:42 UTC by _ rkubacki
Modified: 2010-01-12 02:05 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2002-05-23 09:42:41 UTC
It would be better to obtain XML parser from XML
API than directly refer to
org/apache/xerces/parsers/SAXParser
Comment 1 Marek Grummich 2002-07-22 12:04:02 UTC
Set target milestone to TBD
Comment 2 Marek Grummich 2002-07-22 12:09:48 UTC
Set target milestone to TBD
Comment 3 sgleason 2003-02-20 22:58:47 UTC
this was taken out earlier -- use the XMLReader and
DocumentBuilderFactory interfaces to get parsers instead.