[Opensource] Problem with ExpressoData XML format!

Stephen Owens sowens at csdcorp.com
Tue Jul 29 11:04:14 PDT 2003


Not a problem with Expresso. SAX doesn't guarantee to return all content within a tag in a single call, that's just the way it works. You have to aggregate the content until you see an end tag or other marker that interests you. It's a good design decision because the potential size of the content is unknown.

> -----Original Message-----
> From: fangjm [mailto:fzxfjl at public.cz.js.cn]
> Sent: July 28, 2003 2:00 PM
> To: opensource at jcorporate.com
> Subject: [Opensource] Problem with ExpressoData XML format!
> 
> Hi,
> 
>     We have problem when using ExpressoData XML export data format, and
> finally abandoned
> this XML format and use our own!
> 
>     The XML data like that:
> 
>         <DataRecord>
>             <Field>
>                 <FieldName>FisFormula</FieldName>
>                 <FieldValue>123</FieldValue>
>             </Field>
>         </DataRecord>
> 
>     The SAX parser return FieldName twice (in characters method), one was
> 'Fisformu', another
> was 'la'!
> 
>     It's so strange!
> 
>         fangjm
>         fzxfjl at public.cz.js.cn
>           2003-07-29
> 
> 
> _______________________________________________
> Opensource mailing list
> Opensource at jcorporate.com
> http://mail.jcorporate.com/mailman/listinfo/opensource
> Archives: http://mail.jcorporate.com/pipermail/opensource/



More information about the Opensource mailing list