> On Wed, 29 Dec 2004 08:06:13 -0600, Jon Berndt <[EMAIL PROTECTED]> wrote:
> 
> > It appears that entire tables could be read in as one data chunk. I need to 
> do processing
> > in that case and "manually" separate the data rows. I think I've almost got 
> > this one
> > figured out.
> 
> Sounds good.  The main problem is that you're doing this the hard way,
> working with low-level XML markup events instead of the high-level
> property interface -- I understand, though, that you want to control
> the markup at the element/attribute level, so I guess there's no
> choice.
> 
> David

The problems were twofold:

1) I was not correctly allowing for split chunks (multiple data() calls).
2) I need to have table data as it is, now.

Almost fixed. But, the kids are up and it's time for breakfast...

Jon


_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to