Skip to main content

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

Hi, Philippe,

I will try to provide a test code for the bug ASAP.

About the second paragraph. My only concerns about microXML missing
features are about the interaction between it and the contenttype
bundle.  I think that you are correct and keeping the XML implementation
as minimal as possible is a good thing in embedded software. The
question here is more like: how will this exact problem and the future
ones be handled?

Perhaps, resolving these tiny (I think they don't change the contenttype
behavior a lot) problems should be postponed for now. After all, if
someone needs perfect work from the contenttype, he can always use one
of the fully compliant xml parsers. The rest of developers can happily
use microXML implementation. Is this what you suggested?

Regards,
Danail Nachev

Philippe j Krief wrote:
> 
> Danail,
> I already answered to your PR
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=171546).. I need more
> detail to figure out what is going wrong in this case...
> 
> You scare me when you mention startDTD and endDTD....  <g>
> Actually, the MicroXML parser always tried to stay as small as possible
> avoiding any validation and anything having to do with validation like
> Schemas, DTDs, ENTITIES,..
> 
> It is for this reason that it doesn't handle any DTD event.... Actually,
> if it starts handling such things, somebody else will ask to
> handle<!DOCTYPE> tags and <!ENTITY>. Some other will ask for  Schemas...
> And finally somebody will say: now that you handle all this stuff you
> should be able to validate XML files...
> For now, we were able to avoid such story  ... <g>
> 
> Does it make sense?
> 
> Kind regards
> Philippe
> +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
> JAZZ Jumpstart team
> +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
> Direct:+33 (0)5 62 16 56 02 (new)
> Mobile:+33 (0)6 21 01 06 81 (new)
> Email:: pjkrief@xxxxxxxxxx
> +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
> 



Back to the top