Changeset 252:9de9d301743c in documentViewer for MpdlXmlTextServer.py


Ignore:
Timestamp:
Oct 13, 2010, 3:06:03 PM (14 years ago)
Author:
abukhman
Branch:
default
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r251 r252  
    143143    def getGisPlaces(self, docinfo):
    144144        """ Show all Gis Places of whole Page"""
    145         xpath='//place'
    146         text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'], xpath,pn))
     145        #xpath='//place'
     146        text=self.getServerData("xpath.xql", "document=%s&xpath='//place'%s&pn=%s"%(docinfo['textURLPath'],pn))
    147147        logging.debug("documentViewer getGisPlaces (text) text:%s"%(text))
    148148        pagedom = Parse(text)
Note: See TracChangeset for help on using the changeset viewer.