Changeset 251:d358d3701d99 in documentViewer for MpdlXmlTextServer.py


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r250 r251  
    145145        xpath='//place'
    146146        text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'], xpath,pn))
     147        logging.debug("documentViewer getGisPlaces (text) text:%s"%(text))
    147148        pagedom = Parse(text)
    148149        result =pagedom.xpath("//result/resultPage/*")
Note: See TracChangeset for help on using the changeset viewer.