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


It would be good if you posted this info to the platform dev list. We need to keep the platform guys aware that their components are also used in eRCP and that use of APIs not available on CDC/Foundation based devices should be avoided if at all possible in order to maintain compatibility.



Danail Nachev <d_nachev@xxxxxxxxxx>
Sent by: dsdp-ercp-dev-bounces@xxxxxxxxxxx

01/26/2007 01:55 AM

Please respond to
DSDP ercp list <dsdp-ercp-dev@xxxxxxxxxxx>

To
dsdp-ercp-dev@xxxxxxxxxxx
cc
Subject
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
> +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
>

_______________________________________________
dsdp-ercp-dev mailing list
dsdp-ercp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev


Back to the top