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
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
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