RE: Newby question: Get Text of a Node

2000-04-04 Thread Anthony Dodd
[mailto:[EMAIL PROTECTED]Sent: 03 April 2000 17:51To: [EMAIL PROTECTED]Subject: Re: Newby question: Get Text of a Node The text of an element is contained in text nodes that are children of the element node.  It's always a little awkward to get it out.   Elements can ha

Re: Newby question: Get Text of a Node

2000-04-03 Thread Andy Heninger
list.     -- Andy - Original Message - From: Nathan Troxler To: [EMAIL PROTECTED] Sent: Saturday, April 01, 2000 1:15 AM Subject: Newby question: Get Text of a Node But I am a bit confused about getting the Text inside a Tag:   In the XML I have: ... Th

Newby question: Get Text of a Node

2000-04-01 Thread Nathan Troxler
Hello all!   I just began to use Apache XML for my C++ /MFC app. So far I can read in my XML-File and read the data.   I used the sample code to get access to nodes, names and values. I know how to access the attributes and corresonding values.   But I am a bit confused about getting the Te