From elena.schulz at gmx.net Fri Jan 3 10:27:13 2003 From: elena.schulz at gmx.net (Elena Schulz) Date: Sun Aug 10 16:54:53 2008 Subject: [Zope-xml] pyexpat for Win InstallationProblem References: <20021222170004.9824.12937.Mailman@mail.python.org> Message-ID: <000101c2b33c$f6632ea0$fe78a8c0@PCA> Hi, I have problems to get ParsedXML running in my win98/zope2.6 box. I installed the pyexpat-binary (PyXML-0.8.1.win32-py2.1) under the zope python and am able to import it with the zope-python. ParsedXML gets installed well also when i change from Products.ParsedXML.Expat import pyexpat import pyexpat in Module ExpatBuilder.py But when I try to upload a xml-file i get the following error: AttributeError: 'Products.ParsedXML.Expat' module has no attribute 'pyexpat' Obviously the pyexpat sits in the wrong directories. Does anybody know from where to where move what files or dirs? -- many thanks for your replies, Elena From elena.schulz at gmx.net Fri Jan 3 10:27:13 2003 From: elena.schulz at gmx.net (Elena Schulz) Date: Sun Aug 10 16:54:53 2008 Subject: [Zope-xml] pyexpat for Win InstallationProblem References: <20021222170004.9824.12937.Mailman@mail.python.org> Message-ID: <000101c2b33c$f6632ea0$fe78a8c0@PCA> Hi, I have problems to get ParsedXML running in my win98/zope2.6 box. I installed the pyexpat-binary (PyXML-0.8.1.win32-py2.1) under the zope python and am able to import it with the zope-python. ParsedXML gets installed well also when i change from Products.ParsedXML.Expat import pyexpat import pyexpat in Module ExpatBuilder.py But when I try to upload a xml-file i get the following error: AttributeError: 'Products.ParsedXML.Expat' module has no attribute 'pyexpat' Obviously the pyexpat sits in the wrong directories. Does anybody know from where to where move what files or dirs? -- many thanks for your replies, Elena From jvburnes at yahoo.com Sun Jan 12 16:03:04 2003 From: jvburnes at yahoo.com (Jim Burnes) Date: Sun Aug 10 16:54:53 2008 Subject: [Zope-xml] Need to import Nessus XML output Message-ID: <20030112210304.3215.qmail@web21107.mail.yahoo.com> People: I'm looking for a good reason to run zope. I actually used it quite a bit for support documentation using ZWiki. This time I have a hard-core task: I'm doing extensive security scans for my company and I need to take the XML output from the Nessus security scanner and bring it into ZODB. Once the output from many different scans are in ZODB I want to be able to search ZODB for various types of information in the scans. I spent a day screwing around with XMLDocument and some tutorials. I managed to import both the old and new Nessus XML format into Zope. I think the object overhead for XMLDocument was pretty high, especially with the new Nessus XML format. In the management console of Zope the GUI overhead alone was huge when trying to expand some of the hierarchical structures in the output. I'm under the impression that XMLDocument is now deprecated, but am a little confused what XMLproxy is and what format the info is in once it is imported from XMLproxy. Does the information end up in ZODB? Can it be rapidly queried using standard ZODB search functions? Can i selectively throw out certain portions of the incoming XML document? Inquiring minds want to know! Thanks, Jim Burnes __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com From mclay at nist.gov Tue Jan 14 14:17:05 2003 From: mclay at nist.gov (Michael McLay) Date: Sun Aug 10 16:54:53 2008 Subject: [Zope-xml] Need to import Nessus XML output In-Reply-To: <20030112210304.3215.qmail@web21107.mail.yahoo.com> References: <20030112210304.3215.qmail@web21107.mail.yahoo.com> Message-ID: <200301141417.05152.mclay@nist.gov> On Sunday 12 January 2003 04:03 pm, Jim Burnes wrote: > People: > I'm under the impression that XMLDocument is now > deprecated, but am a little confused what XMLproxy is > and what format the info is in once it is imported > from XMLproxy. Does the information end up in ZODB? > Can it be rapidly queried using standard ZODB search > functions? Can i selectively throw out certain > portions of the incoming XML document? The successor to XMLDocument is ParsedXML. See: http://www.zope.org//Wikis/DevSite/Projects/ParsedXML/FrontPage and http://www.zope.org/Members/faassen/ParsedXML From v.barone at cib.na.cnr.it Tue Jan 28 08:58:53 2003 From: v.barone at cib.na.cnr.it (v.barone@cib.na.cnr.it) Date: Sun Aug 10 16:54:53 2008 Subject: [Zope-xml] zope & python &xml Message-ID: I'm using ParsedXML but is impossible to call method from this package in python script. I'd like to know if is possible call DOM's methods from python script in zope. Which is the module that I can import for use DOM's methods ? Thanks for your patience. Vincenzo Barone