Re: pointing to a DOM object problem ...

2001-05-31 Thread David_N_Bertoni
Benoit Lefevre wrote: > Hi > > I'm having troubles to use the DOM part of Xerces C++. > On one hand i have a DOM object that i've loaded from a XML file. > On the other hand i have my own acces structure (a map). > > My problem is to be able to fill my structure according to t

RE: pointing to a DOM object problem ...

2001-05-31 Thread Evert Haasdijk
gt; From: Benoit Lefevre [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 31, 2001 10:24 AM > To: [EMAIL PROTECTED] > Subject: pointing to a DOM object problem ... > > > > > Hi > > I'm having troubles to use the DOM part of Xerces C++. > On one han

pointing to a DOM object problem ...

2001-05-31 Thread Benoit Lefevre
Hi I'm having troubles to use the DOM part of Xerces C++. On one hand i have a DOM object that i've loaded from a XML file. On the other hand i have my own acces structure (a map). My problem is to be able to fill my structure according to the DOM object. Actualy my ma