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-03-27 19:29:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn12feed!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: <3e81cd83$1_1@mk-nntp-1.news.uk.worldonline.com> Subject: Re: XML ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: <9kPga.255488$S_4.162732@rwcrnsc53> NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc53 1048822149 12.211.13.75 (Fri, 28 Mar 2003 03:29:09 GMT) NNTP-Posting-Date: Fri, 28 Mar 2003 03:29:09 GMT Organization: AT&T Broadband Date: Fri, 28 Mar 2003 03:29:09 GMT Xref: archiver1.google.com comp.lang.ada:35775 Date: 2003-03-28T03:29:09+00:00 List-Id: 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)