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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7b97e385047500eb,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!newsfeed00.sul.t-online.de!t-online.de!news-lei1.dfn.de!news-ham1.dfn.de!news.uni-hamburg.de!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Experiences of XML parser generators for Ada? Date: Thu, 2 Dec 2004 22:19:36 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <41af8365@news.wineasy.se> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1102025976 24097 134.91.1.34 (2 Dec 2004 22:19:36 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 2 Dec 2004 22:19:36 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: g2news1.google.com comp.lang.ada:6728 Date: 2004-12-02T22:19:36+00:00 List-Id: Daniel W wrote: : : : Greetings, I am currently looking for a way to automatically create an Ada : parser/generator for an XML schema. Does anyone have any first hand : experience with such tasks? Any information on methods and tools would be : appreciated! Try http://www.xmlbooster.com/ada.html Another option is to write an XSL transformation that turns XML document instances into declarations. -- Georg