Re: parsing strings

2003-11-05 Thread Carlos Bazílio
Sean,   Sorry for late replying.   When you sent this message I had already found a similar solution. Now I test your solution and it also works fine.   Thanks a lot anyway.   Carlos Sean Kelly <[EMAIL PROTECTED]> wrote: On Fri, 24 Oct 2003, [iso-8859-1] Carlos Bazílio wrote:>> I'm a newbie at Xerc

Re: parsing strings

2003-10-29 Thread Sean Kelly
On Fri, 24 Oct 2003, [iso-8859-1] Carlos Bazílio wrote: > > I'm a newbie at Xerces. Since I've started using Xerces, I parsed my XML files using > parseURI method from DOMBuilder class. Now I wish to parse a XML provided by a > string (char *). How can I do that using DOMBuilder ? Is DOMInputSour

parsing strings

2003-10-24 Thread Carlos Bazílio
Hi all,   I'm a newbie at Xerces. Since I've started using Xerces, I parsed my XML files using parseURI method from DOMBuilder class. Now I wish to parse a XML provided by a string (char *). How can I do that using DOMBuilder ? Is DOMInputSource a solution ? How can I use it ?   Thanks in advance,