You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, January 10th 2006, 12:13pm

xml with binary question

Hello all,
sorry, I don't know much about xml, but 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?

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. The data might 10000 floats (say) and I rather not spend time parsing 10000 bits of text to floats. So, it'd be handy if I could just stick binary chunks into the file.

any ideas

Kevin