|
From: SourceForge.net <no...@so...> - 2005-07-08 01:02:35
|
Feature Requests item #1234535, was opened at 2005-07-07 21:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754830&aid=1234535&group_id=143222 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: Technical (Code/Algorithm) Group: All Platforms Status: Open Priority: 3 Submitted By: spaniard (wilson_adam) Assigned to: Nobody/Anonymous (nobody) Summary: XML Parser Initial Comment: Currently, the XML Parser works sequentially-- it reads in tags, but it expects specific tags in a specific order. Get one of these wrong and BAM! you have the program crashing. Instead, the parser should read in all the tags and then create the appropriate data structures from the data it has. This requires a major overhaul, but it would be well worth it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754830&aid=1234535&group_id=143222 |