[squeak-dev] Interaction with Sugar on Ubuntu.

Gustavo Duarte gduarte at activitycentral.com
Thu Jan 16 14:54:26 UTC 2014


Hi Georg,

The xml file content is:

<?xml version="1.0"?>
<gconf>
        <entry name="color" mtime="1389708067" type="string">
                <stringvalue>#9A5200,#FF2B34</stringvalue>
        </entry>

        <entry name="birth_timestamp" mtime="1389708044" type="int"
value="-849347955"/>

        <entry name="ip" mtime="1389708044" type="string">
                <stringvalue>1.2.3.4</stringvalue>
        </entry>

        <entry name="SugarBuddyOwner" mtime="1389708044" type="string">
                <stringvalue>1234</stringvalue>
        </entry>

        <entry name="nick" mtime="1389708044" type="string">
                <stringvalue>estudiante</stringvalue>
        </entry>
</gconf>

I don't know much about xml format, but seemingly it hasn't XML schema
specification, right ?


On Thu, Jan 16, 2014 at 11:11 AM, Georg Gollmann
<gollmann at zid.tuwien.ac.at>wrote:

>
> Am 16.01.2014 um 13:10 schrieb Gustavo Duarte <gduarte at activitycentral.com
> >:
>
> I guess that XMLDOMParser doesn't support the xml line format:
> <entry name="birth_timestamp" mtime="1389708044" type="int"
> value="-849347955"/>.
>
> I don't know much about xml format, but i think that is valid format
> entry, so XMLDOMParser has bug.
>
>
> Whether the bug is in the parser or the file depends on the XML schema
> specified in the file.
>
> Kind regards
> Georg
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20140116/d5f804b2/attachment.htm


More information about the Squeak-dev mailing list