Kasun,
"Kasun Indrasiri" <[EMAIL PROTECTED]> writes:
>
> What I really want to acheive is this.
> - Initially I got an axiom_node which contains <sp:IssuedToken> ......
> and I want to get a new copy (separate memory allocation) of
> a content of that node (say things with the <RequestSecurityTokenTemplate>
> qname ).
> - And also once the main node is freed, the extracted part should
> not be freed.
Try to detach your child node from parent
AXIS2_EXTERN axiom_node_t *AXIS2_CALL
axiom_node_detach(
axiom_node_t * om_node,
const axutil_env_t * env);
> - I wonder whether Jimmy's solution would work with axiom.
It is not working with axiom, however you could use it as alternate
method.
thanks,
Dinesh
--
http://nethu.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]