Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-ercp-dev] microXML implementation and contenttype bundle

Hi, everybody

Currently I'm trying to run the Eclipse test suite on the eRCP build. I
was expecting that everything will pass, but contenttype bundle is
particularly problematic. As it seams SAX parser implementation may
influence its operation (I'm not familiar with the contenttype bundle).
I already submitted a bug regarding their interaction:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=171546

Today, I encountered another problem which I'm not very sure it is a
bug. I cannot give good description, but it turns down to that microXML
implementation don't notify handlers for startDTD() and endDTD(). I
think that these are needed for proper operation of the contenttype
bundles (proper according to the test cases). Is there any particular
reason that these two notifications hasn't been added to the
implementation. It seems strange, because the code to handle them is
there, but the listener notifications isn't added.

What are your comments?

Regards,
Danail Nachev



Back to the top