Hello all,
Erm, before I start, I'd just like to say ... "woooh, *nice* forum!"

anyway, I don't know much about xml, but before I start off learning about Qt XML classes and DOM and stuff, I've got a simple question.
It would be very handy for me if it were possible to have binary chunks in an xml file. Is that possible or practicable?

Can I read/write such files with the Qt classes?

example:
I'd like to have data in an ordered file so that I can parse to some place in the file to find my data (xml very handy here). The data might 10000 floats (say) and I rather not spend time parsing 10000 bits of text to floats (binary handy here). So, can I just stick binary chunks into an xml file and use the standard parsers.

any ideas?

TheKedge

(and mmmmmh, nice forum!)