changeset 306:ec293c61f8a9

*** empty log message ***
author abukhman
date Thu, 14 Oct 2010 17:01:20 +0200
parents 55eeee76bce8
children ec5e920a61e6
files MpdlXmlTextServer.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/MpdlXmlTextServer.py	Thu Oct 14 16:53:14 2010 +0200
+++ b/MpdlXmlTextServer.py	Thu Oct 14 17:01:20 2010 +0200
@@ -148,7 +148,7 @@
         selfurl = self.absolute_url()
         pn = pageinfo['current']
         hrefList=[]
-
+        myList= ""
         text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'],xpath,pn))
         dom = Parse(text)
         result = dom.xpath("//result/resultPage/place")