From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e28a377b03d922b9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-06 14:40:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed.news.nacamar.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: "Schumacher" Newsgroups: comp.lang.ada Subject: XML Parser for embedded system Date: Fri, 6 Dec 2002 23:36:27 +0100 Organization: T-Online Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1039214349 07 13598 Zw9JEeUbSrAOaT 021206 22:39:09 X-Complaints-To: abuse@t-online.com X-Sender: 520011322182-0001@t-dialin.net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:31514 Date: 2002-12-06T23:36:27+01:00 List-Id: Hello, I am looking for a XML parser in Ada that can be used in an embedded system. It should be a parser that has a deterministic timing behaviour and memory consumption e.g. it should avoid any kind of recursive function calls. I would like to use it for reading simple nested data structures up to a given predefined nesting level. So it is not necessary that is supports the complete XML standard. A small subset should be sufficient. Is there anyone who knows such a tool? With kind regards. Guido Schumacher