Changeset 45

Show
Ignore:
Timestamp:
Mon Jun 27 08:25:30 2005
Author:
fredrikc
Message:

fixed bug that it only converted the first file in xliff.

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/transolution/filters/xliff2sgml.py

    r41 r45  
    112 112             outfile_obj = codecs.open(outfile,"w",encoding)  
    113 113  
    114               for seg in xliff.files[0].generateSegments():  
      114             for seg in filenode.generateSegments():  
    114 114                 if seg.__class__ is TuSegment:  
    115 115                     text = getTextAndEscape(seg.getNode().childNodes)