How is XML Thunder different from the DOM or SAX parsers?
DOM and SAX parsers provide two different methods for parsing XML data, each with their own strengths. However, in both cases, the logic which uses these methods for parsing must be written by the developer. With XML Thunder, a dedicated sub-program is generated from design specifications for this task, and no parsing logic needs to be written by the developer. XML Thunder parsing logic closely resembles the SAX method, which is the most effective for this kind of task.