Thanks Gareth.
 
I have this structure  as partof my main document:
 
<Original>
        <Node1> value 1 </Node1>
        <Node2> value 2 </Node2>
        .....
        <Noden> value n <Node n>
</Original>
 
I want to take this structure and encode it in Base 64.
 
I serialize this and I want to obtain
<Original>
     Base64 value
</Original>
as a part of my main document.
 
After some processing I want to decode and  come back to my old document structure.
 
My problem is this replace of the structure in the main document.
 


Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.

Reply via email to