Re: Problems with XML files...

2001-06-28 Thread João Marcelo Loureiro do Amaral
rcelo Loureiro do Amaral To: Ryan B. Roleda Cc: [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 4:45 AM Subject: Re: Problems with XML files...  Dear Ryan,     I'd like you help me again...     At moment I'm using the DOMParser Classes for parse xml files. But I´m needing to parse a buffer

Re: Problems with XML files...

2001-06-27 Thread Ryan Roleda
: Thursday, June 28, 2001 4:45 AM Subject: Re: Problems with XML files... Dear Ryan,     I'd like you help me again...     At moment I'm using the DOMParser Classes for parse xml files. But I´m needing to parse a buffer in memory. How can I do it ?     I tried to use

RE: Problems with XML files...

2001-06-27 Thread jeetu . gulati
look at the MemParse sample code -Original Message-From: João Marcelo Loureiro do Amaral [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 27, 2001 12:45 PMTo: Ryan B. RoledaCc: [EMAIL PROTECTED]Subject: Re: Problems with XML files...Dear Ryan,     I'd lik

Re: Problems with XML files...

2001-06-27 Thread João Marcelo Loureiro do Amaral
ot; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 10:01 PM Subject: Problems with XML files... Hi,     I'm using Xerces-C to parse my XML Files. But if the files is formated with ENTER at final of each XML tags, the DOM Parser get the ENTER like a child node.

Re: Problems with XML files...

2001-06-21 Thread Ryan B. Roleda
} Check out the DOM tutorial to know more about Node Types Hope this will help - Original Message - From: "João Marcelo Loureiro do Amaral" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 10:01 PM Subject: Problems with XML fi

Re: Problems with XML files...

2001-06-21 Thread Joseph_Kesselman
>I'm using Xerces-C to parse my XML Files. But if the files is >formated with ENTER at final of each XML tags, the DOM Parser get the >ENTER like a child node. How can I do to formated my XML files with >ENTER at final of the tags, without any problems. That's correct XML behavior. An XML pa

Problems with XML files...

2001-06-21 Thread João Marcelo Loureiro do Amaral
Hi, I'm using Xerces-C to parse my XML Files. But if the files is formated with ENTER at final of each XML tags, the DOM Parser get the ENTER like a child node. How can I do to formated my XML files with ENTER at final of the tags, without any problems. Thank's João M L Amaral Brazil begin: