|
|
| version 1.134, 2010/10/14 12:53:44 | version 1.142, 2010/10/14 15:01:20 |
|---|---|
| Line 148 class MpdlXmlTextServer(SimpleItem): | Line 148 class MpdlXmlTextServer(SimpleItem): |
| selfurl = self.absolute_url() | selfurl = self.absolute_url() |
| pn = pageinfo['current'] | pn = pageinfo['current'] |
| hrefList=[] | hrefList=[] |
| myList= "" | |
| text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'],xpath,pn)) | text=self.getServerData("xpath.xql", "document=%s&xpath=%s&pn=%s"%(docinfo['textURLPath'],xpath,pn)) |
| dom = Parse(text) | dom = Parse(text) |
| result = dom.xpath("//result/resultPage/place") | result = dom.xpath("//result/resultPage/place") |
| Line 156 class MpdlXmlTextServer(SimpleItem): | Line 156 class MpdlXmlTextServer(SimpleItem): |
| hrefNode= l.getAttributeNodeNS(None, u"id") | hrefNode= l.getAttributeNodeNS(None, u"id") |
| href= hrefNode.nodeValue | href= hrefNode.nodeValue |
| hrefList.append(href) | hrefList.append(href) |
| myList = ",".join(hrefList) | |
| #hoho =hrefList.replace('','') | #hoho =hrefList.replace('','') |
| logging.debug("getGisPlaces :%s"%(hrefList)) | #probe =href.replace('chinagis_REST/REST/db/chgis/mpdl','chinagis/REST/db/mpdl/%s'%name) |
| #l.setAttributeNS(None, 'target', '_blank') | |
| logging.debug("getGisPlaces :%s"%(myList)) | |
| return hrefList | return myList |
| def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, highlightQuery=None,sn=None, viewMode=None, tocMode=None, tocPN=None, characterNormalization=""): | def getTextPage(self, mode="text", pn=1, docinfo=None, pageinfo=None, highlightQuery=None,sn=None, viewMode=None, tocMode=None, tocPN=None, characterNormalization=""): |
| """returns single page from fulltext""" | """returns single page from fulltext""" |