--- MPIWGWeb/xmlhelper.py 2004/02/04 10:03:33 1.1 +++ MPIWGWeb/xmlhelper.py 2004/06/28 18:47:14 1.2 @@ -15,7 +15,7 @@ from Ft.Xml.XLink import XLinkElements #from Ft.Xml import EMPTY_NAMESPACE from Ft.Lib import Uri -xml2html={'WEB_normal':('

','

'),'Normal':('

','

'),'WEB_picture':('

','

'),'WEB_figuretitle':('',''),'WEB_bibliography':('

','

'),'Web_kursiv':('',''),'WEB_kursiv':('',''),'WEB_hyperlink':('','')} +xml2html={'WEB_normal':('

','

'),'Normal':('

','

'),'WEB_picture':('

','

'),'WEB_figuretitle':('',''),'WEB_bibliography':('

','

'),'Web_kursiv':('',''),'WEB_kursiv':('',''),'WEB_hyperlink':('',''),'Hyperlink':('','')} def addToDict(dict,name,value): if name=="": @@ -187,7 +187,6 @@ def getText(nodelist): node.data.encode('utf-8','ignore') #print "RC",rc elif node.tagName =="inline": - print "HI", node.getAttribute('class') rc+=par2html([node]) elif node.attributes: print "xlink?"