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 6761 - getEntities does not return all the entities
Summary: getEntities does not return all the entities
Status: NEW
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 2 (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-03 07:50 UTC by Maximiliano
Modified: 2009-04-03 07:50 UTC (History)
0 users

See Also:


Attachments

Description Maximiliano 2009-04-03 07:50:15 UTC
Hi, I dont know if ths is the rigth place for this bug. but i need to report something.
It seems there is a bug in org.w3c.dom.DocumentType.getEntities()
I have a xml file with the next entities:
<!ENTITY logo SYSTEM "XXX-XX-A-NNNNNN-A-ANNNN-NNNNN-A-NN-N.jpg" NDATA JPEG >
<!ENTITY XXX-XX-A-NNNNNN-A-ANNNN-NNNNN-A-00-N SYSTEM "XXX-XX-A-NNNNNN-A-ANNNN-NNNNN-A-00-N.cgm" NDATA CGM >
<!ENTITY XXX-XX-A-NNNNNN-A-ANNNN-NNNNN-A-01-N SYSTEM "XXX-XX-A-NNNNNN-A-ANNNN-NNNNN-A-01-N.tif" NDATA TIFF >

getEntities is returning all the entities except the logo one.

but if i make getNodeType for the logo node, I get that is an ENTITY_NODE. 

BR,

Maximiliano Moraga.