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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4186ab0bee49bce9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-08 04:56:08 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-06!sn-xit-09!supernews.com!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news0.de.colt.net!peernews3.colt.net!newsfeed.stueberl.de!newspeer1-gui.server.ntli.net!ntli.net!newsfep3-gui.server.ntli.net.POSTED!53ab2750!not-for-mail From: "darren.i" Newsgroups: comp.lang.ada References: <3e81cd83$1_1@mk-nntp-1.news.uk.worldonline.com> <9kPga.255488$S_4.162732@rwcrnsc53> Subject: Re: XML ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Tue, 8 Apr 2003 12:54:47 +0100 NNTP-Posting-Host: 213.104.112.149 X-Complaints-To: abuse@ntlworld.com X-Trace: newsfep3-gui.server.ntli.net 1049802967 213.104.112.149 (Tue, 08 Apr 2003 12:56:07 BST) NNTP-Posting-Date: Tue, 08 Apr 2003 12:56:07 BST Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:35984 Date: 2003-04-08T12:54:47+01:00 List-Id: Hi I have had a few problems with my news group access recently, but its all sorted now. I just wanted to say thank you to Steve and Rodrigo for their help with my xml problem, i managed to get it to work! Thanks very much Darren "Steve" wrote in message news:9kPga.255488$S_4.162732@rwcrnsc53... > Couldn't find my sample source code, but take a look at the implementation > of: > "Print" in "DOM.Core.Nodes". > This may give the answers you're looking for. > > Steve > (The Duck) > > "Steve" wrote in message > news:Ssvga.251245$sf5.165338@rwcrnsc52.ops.asp.att.net... > > I can't seem to find the sources right now (I'll look again tomorrow), but > I > > have been through this exercise. > > > > If I remember right, you can get at this information through the > > DOM.Core.Nodes package. Have a look at "Node_Name" and "Node_Value". If > I > > can find my sources I wrote code at one point to dump the contents of all > of > > the XML elements. > > > > Steve > > (The Duck) > > >