|
|
| version 1.109, 2010/10/14 09:35:01 | version 1.112, 2010/10/14 10:03:06 |
|---|---|
| Line 154 class MpdlXmlTextServer(SimpleItem): | Line 154 class MpdlXmlTextServer(SimpleItem): |
| for l in result: | for l in result: |
| hrefNode= l.getAttributeNodeNS(None, u"id") | hrefNode= l.getAttributeNodeNS(None, u"id") |
| href= hrefNode.nodeValue | href= hrefNode.nodeValue |
| koko=len(href) | #koka=href |
| #logging.debug("getGisPlaces :%s"%(href)) | |
| #if href.startswith('id='): | #if href.startswith('id='): |
| #hrefNode.nodeValue = href.replace('id=',"?") | #hrefNode.nodeValue = href.replace('id=',"?") |
| #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue)) | #logging.debug("documentViewer getGisPlaces (characterNormalization) hrefNode.nodeValue:%s"%(hrefNode.nodeValue)) |
| logging.debug("getGisPlaces :%s"%(koko)) | logging.debug("getGisPlaces :%s"%(serializeNode(href))) |
| return serializeNode(href) | return serializeNode(href) |
| 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=""): |