Changeset 252:9de9d301743c in documentViewer
- Timestamp:
- Oct 13, 2010, 3:06:03 PM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r251 r252 143 143 def getGisPlaces(self, docinfo): 144 144 """ 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)) 147 147 logging.debug("documentViewer getGisPlaces (text) text:%s"%(text)) 148 148 pagedom = Parse(text)
Note: See TracChangeset
for help on using the changeset viewer.