Difference for utils/arch2xml.py from version 1.1 to 1.2


version 1.1 version 1.2
Line 76
 
Line 76
                             xml.write('%s' %(tag))                              xml.write('%s' %(tag))
                     elif len(xp)>1:                      elif len(xp)>1:
                             tag = string.lower(xp[0])                              tag = string.lower(xp[0])
                               if (tag[0] == "#"):
                                   str = string.join(xp)[1:]
                                   xml.write('     <comment>%s</comment>\n' %(str))
                               else:
                             str = string.join(xp[1:])                              str = string.join(xp[1:])
                             xml.write('     <%s>%s</%s>\n' %(tag,str,tag))                               xml.write('     <%s>%s</%s>\n' %(tag,str,tag))
             xml.write('\n</arch>\n')              xml.write('\n</arch>\n')


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:02