From: SourceForge.net <no...@so...> - 2004-06-16 18:34:29
|
Bugs item #961656, was opened at 2004-05-27 16:49 Message generated for change (Comment added) made by kal_ahmed You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=961656&group_id=27895 Category: Import/Export Group: TM4J 0.9.4 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: XTM Import of "id-less" topics Initial Comment: A topic, which is missing the required attribute 'id' (following the xtm dtd) can be imported from an xtm file. The result is as follows: <topic id="null"> ... </topic> That means that all "id-less" topics are merged into one single topic with id="null" According to my opinion that is an error. TM4J should create an id for every single topic or otherwise an exception should be thrown. Thanks Stefan (st...@fr...) ---------------------------------------------------------------------- >Comment By: Kal Ahmed (kal_ahmed) Date: 2004-06-16 19:34 Message: Logged In: YES user_id=176992 The XTMParser clas is now fixd to flag any topic element without an id attribute as an error. ---------------------------------------------------------------------- Comment By: Kal Ahmed (kal_ahmed) Date: 2004-05-28 20:51 Message: Logged In: YES user_id=176992 This is a bug with the XTM parser. <topic> elements with no id attribute are invalid against the XTM DTD and should be rejected. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=961656&group_id=27895 |