Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.2.1

Request #16374 Support different serialization models
Submitted: 2009-06-25 00:35 UTC
From: cweiske Assigned:
Status: Open Package: OpenDocument (version CVS)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2009-06-25 00:35 UTC] cweiske (Christian Weiske)
Description: ------------ When it is not neccessary to modify generated paragraphs or headings afterwards, the xml data could directly be written out to the file, without keeping the data in memory. This way, really large documents could be generated without needing much RAM - just like PHP's XMLWriter does it. The OpenDocument package should support different serialization models - one DOM one, and a serial one.

Comments