On Wed, 2008-11-26 at 10:29 +0000, Gupta, Shivam wrote:
> Hello,
>  
>     I am using Axis2/C and am using the navigator class to travesre
> the Axiom nodes. However, My logic fails since my input xml carries
> some special cahracters like newline, etc::
>  
> "<EmpInfo>\r\n<request_code>01</request_code>\r
> \n<employee_number>123</employee_number>\r\n</EmpInfo>"
>  
> Is there a way, probaly some Axiom function, that would remove these
> characters from the above node.

you need to call axiom_node_get_node_type() function and check whether
the node is an AXIOM_ELEMENT.

>  
> Thanx,
> Shivam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to