in reply to Re: creating large xml files
in thread creating large xml files

SAX is almost certainly the answer you want for writing big XML files. Even better, you can generate them directly from your model.

That said, SAX generators can be fairly wordy to write, so XML::Generator might be a nice alternative.