I'm not sure if asking on this forum for AXIOM questions is right or
not...

 

I want to take a String of xml:

 

<string1>

  Hello

</string1>

<string2>

  Hello

</string2>

 

 

And add it to the OMElement xml container:

 

<stringContainer>

...

</stringContainer>

 

 

To look like

 

<stringContainer>

<string1>

  Hello

</string1>

<string2>

  Hello

</string2>

...

</stringContainer>

 

 

Any ideas? (It seems really simple, but it is eluding me)

 

 

Roshan Punnoose

Phone: 301-497-6039

 

BEGIN:VCARD
VERSION:2.1
N:Punnoose;Roshan
FN:Punnoose, Roshan
ADR;WORK:;2115
LABEL;WORK:2115
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20050413T183207Z
END:VCARD
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to