Dennis Allison wrote:
The minidom won't quite do what I need. This particular project is a web-hosted XML editor, really a development front-end for another system. The ParsedXML product holds and manages the corpus of the material being edited...
Now that I have a semi-working alpha-release it may be time to rethink the system and redesign for performance and simplicity. ParsedXM drags along a lot of mechanism that I do not need. In fact, my experience as been that XML and the DOM is not a great internal representation--better to parse the XML into a more maleable data structure, do what needs to be done, and reconstruct.
Comments & suggestions most welcome.
-d
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Reading this mail I just thought of this: http://www.reportlab.com/xml/pyrxp.html It's advertised as "pyRXP - the fastest XML parser?". Might be a help? Phil