RE: [Zope] Documentation ParsedXML
What: ParsedXML stores an XML document as a persistent DOM strucure within the object database. How: W3C DOM Level 2 interface for reading/writing/traversing the sturcture. Why: Because it doesn't store and have a need to parse XML and temporarily instantiate a DOM to get a useable structure; it doesn't store XML, it stores a DOM representation of it. Of course, you can always upload/download/view/edit the raw XML, it just gets stored as a persistent DOM. Sean -----Original Message----- From: Juan Manuel Ruiz Garcia [mailto:jmruiz@it.uc3m.es] Sent: Friday, November 15, 2002 4:42 AM To: zope@zope.org Subject: [Zope] Documentation ParsedXML Hi all, I'm looking for documentation about ParsedXML.. what is it, what it does, how it works... I wanto to reference it properly in the documentation of my project... Can anyone tell me where to look? Thanks in advance _______________________________________________ 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 )
participants (1)
-
sean.upton@uniontrib.com