--- ECHO_content/ECHO_xslt.py 2005/10/23 09:46:26 1.4 +++ ECHO_content/ECHO_xslt.py 2005/10/26 08:35:53 1.5 @@ -63,7 +63,7 @@ class getXML(Implicit): xml="" try: - + urlH=urllib.urlopen(self._v_qs) xml=urlH.read() urlH.close() @@ -163,9 +163,9 @@ class ECHO_xslt(ECHO_pageTemplate): if (self._v_xmltrans.getResult()==None): - wait_template=self.aq_parent.ZopeFind(self.aq_parent,obj_ids=['wait_template']) - if wait_template: - return wait_template[0][1]() + wait_template=self.aq_parent.ZopeFind(self.aq_parent,obj_ids=['wait_template']) + if wait_template: + return wait_template[0][1]() pt=PageTemplateFile(os.path.join(package_home(globals()),'zpt','xsltWait.zpt')).__of__(self) return pt()