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,f398e920a2d61b1,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newsread.com!newsprint.newsread.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 10 Nov 2004 19:05:57 -0600 From: David Botton Newsgroups: comp.lang.ada Date: Wed, 10 Nov 2004 20:05:56 -0500 Message-ID: <2004111020055616807%david@bottoncom> References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: examples of MSXML in Ada? User-Agent: Unison/1.5.2 NNTP-Posting-Host: 66.176.74.83 X-Trace: sv3-LfRilVSbRfvM5kwgDn7P5B76cfK6ZSaCP+NqWLguF2VBeXd4Hwzwu1dxC4kRfylTr0bh0RbUNNrY05N!/QqIchF3SUhDtsMPbesJ/qR7qghe2xcJ2zBrUsV476TQxG+K3CS7ThXkp/gq1Q== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.20 Xref: g2news1.google.com comp.lang.ada:6134 Date: 2004-11-10T20:05:56-05:00 List-Id: It should be easy enough to convert from C#/C++ examples on the net (it may be some time before I can put together a more comprehensive example). If you do find something, please consider sending it in! David Botton http://www.adapower.com On 2004-11-10 16:14:48 -0500, jnvalino@yahoo.com (Jeffrey Valino) said: > Does anyone have any Ada code examples of MSXML in action (aside from > XMLWalk)? I've been able to load and traverse an XML document in Ada. > Now, I'm trying to access the associated schema in order to retrieve > some enumeration values defined as restrictions of a simpleType... > which is not so easy. I'm guessing I have to load the schema into a > SOM, but I'm doing this blind (without any examples or guides)... > > Thanks, > -Jeffrey Valino