Bug 41002 - DOMParser fails if any of the SAX features it tries to set are not supported
Summary: DOMParser fails if any of the SAX features it tries to set are not supported
Status: CLOSED FIXED
Alias: None
Product: Xindice
Classification: Unclassified
Component: DB Engine (show other bugs)
Version: cvs head (1.1)
Hardware: Other other
: P2 minor
Target Milestone: ---
Assignee: Xindice Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-19 09:27 UTC by Natalia Shilenkova
Modified: 2006-11-26 15:03 UTC (History)
0 users



Attachments
DOMParser patch (2.80 KB, patch)
2006-11-19 09:29 UTC, Natalia Shilenkova
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Natalia Shilenkova 2006-11-19 09:27:12 UTC
DomParser class fails to initialize if any of the SAX features it tries to set
are not supported, even if those features being set to false. For example,
Oracle 10g application server does not support
http://xml.org/sax/features/external-general-entities and
http://xml.org/sax/features/external-parameter-entities and it causes parser to
fail when it should be OK to continue.
Comment 1 Natalia Shilenkova 2006-11-19 09:29:11 UTC
Created attachment 19141 [details]
DOMParser patch
Comment 2 Vadim Gritsenko 2006-11-26 15:02:57 UTC
applied, thanks.