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
Benoit,
I think you should have a map rather than . (DOM_Element, like almost all DOM_XXX classes is a kind of
smart pointer).
But then, why have a map at all? The DOM API allows easy access to nodes and
all that - it's what it's for.
Ta, evert
> -Original Message-
> From: Benoit Lefev