I am very new to xerces parser.
basically, I want to use DOM parser to transform:
input:
string xml_in="
<A>
<B><C>"c1"</C><D>"d1"</D></B>
<B><C>"c2"</C><D>"d2"</D></B>
</A>"
into output:
some storage data structure (vectors of C and D values [c1,c2]..., hash
C=>c1,c2)etc
I'd appreciate any insights on where to look / what functions to consider,
thanks,
.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]