Error getting revision number: Traceback (most recent call last):
File "/usr/local/Plone/zeocluster/src/holberg/unidigital/holberg/content/holbergtext.py", line 138, in getRevisionInfo
return "Revision %d by %s" % (info.commit_revision.number, info.commit_author)
AttributeError: 'NoneType' object has no attribute 'commit_revision'
Something went wrong during xslt transformation: Traceback (most recent call last):
File "/usr/local/Plone/zeocluster/src/holberg/unidigital/holberg/content/holbergtext.py", line 102, in getTransformed
styledoc = libxml2.parseFile(STYLESHEET_URL)
File "/usr/local/Plone/Python-2.4/lib/python2.4/site-packages/libxml2.py", line 1239, in parseFile
if ret is None:raise parserError('xmlParseFile() failed')
parserError: xmlParseFile() failed