From: SourceForge.net <no...@so...> - 2006-11-14 04:19:48
|
Bugs item #1596060, was opened at 2006-11-14 04:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1596060&group_id=27895 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Utilities Group: TM4J 0.9.7 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ichiro Furusato (ifurusato) Assigned to: Nobody/Anonymous (nobody) Summary: XTMWriter writes invalid baseName markup Initial Comment: The content model in XTM 1.0 for <baseName> is (scope?,baseNameString,variant*), but the current XTMWriter code is putting the baseNameString after the variants, not before them. This is a simple fix in XTMWriter of moving the writeBaseNameString() method call from endBaseName() to the end of the startBaseName() method. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1596060&group_id=27895 |