Mercurial > hg > documentViewer
changeset 54:f87b6844503b
fixed missing getauthinfo in getdocinfofromtexttool
author | casties |
---|---|
date | Thu, 03 May 2007 19:28:23 +0200 |
parents | f4e0af8c281d |
children | ba8917b93c84 |
files | documentViewer.py |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/documentViewer.py Fri Apr 20 16:46:05 2007 +0200 +++ b/documentViewer.py Thu May 03 19:28:23 2007 +0200 @@ -399,7 +399,6 @@ textUrl=os.path.join(archivePath,textUrl) docinfo['textURL'] = textUrl - presentationUrls=dom.xpath("//texttool/presentation") docinfo = self.getBibinfoFromIndexMeta(url,docinfo=docinfo,dom=dom) # get info von bib tag @@ -408,11 +407,9 @@ # presentation url ergiebt sich ersetzen von index.meta in der url der fŸr die Metadaten # durch den relativen Pfad auf die presentation infos presentationUrl=url.replace('index.meta',getTextFromNode(presentationUrls[0])) - docinfo = self.getBibinfoFromTextToolPresentation(presentationUrl,docinfo=docinfo,dom=dom) - - + docinfo = self.getAuthinfoFromIndexMeta(path,docinfo=docinfo) return docinfo