Changeset 54:f87b6844503b in documentViewer
- Timestamp:
- May 3, 2007, 5:28:23 PM (18 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentViewer.py
r53 r54 400 400 401 401 docinfo['textURL'] = textUrl 402 403 402 404 403 presentationUrls=dom.xpath("//texttool/presentation") … … 409 408 # durch den relativen Pfad auf die presentation infos 410 409 presentationUrl=url.replace('index.meta',getTextFromNode(presentationUrls[0])) 411 412 410 docinfo = self.getBibinfoFromTextToolPresentation(presentationUrl,docinfo=docinfo,dom=dom) 413 411 414 415 412 docinfo = self.getAuthinfoFromIndexMeta(path,docinfo=docinfo) 416 413 return docinfo 417 414
Note: See TracChangeset
for help on using the changeset viewer.