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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 17 + 7 = ?

 
 [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