Re: About XML file formats

2006-10-31 Thread Fabricio Rocha
Hi, Yuri and all! Thank you very much, to everyone who replied -- your opinions were highly valuable and I have already written all the XML code I needed! Using the DOM approach with libxml was, in fact, simpler than it seemed to be... but it would be IMPOSSIBLE if all the documentation

Re: About XML file formats

2006-10-30 Thread Yury Aliaev
Hi, Fabricio! > >1) You can read a XML file with SAX or DOM approaches, ok... but > how do you WRITE an XML file? Do you keep in memory a tree > representation of the data, and write it all to disk at once? Do you use > a self-written function to write line by line to a buffer and then

About XML file formats

2006-10-26 Thread Fabricio Rocha
Dearest ones, Do you mind if I ask you off-topic? I am a complete newbie in XML and I would like to know how do you deal with it in your applications (those who write and read XML-formatted files)... I have googled about the topic some times, read a lot about SAX, DOM, but I still have s