Axis2/c math client

2008-10-27 Thread indra.sharma
Hello!
Does anyone know how I can print a node and see what it contains?
For example I would like to print the axiom_node_t *node in axis2c
math-client main...


Regards
Indra


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



Re: Axis2/c math client

2008-10-27 Thread Nandika Jayawardana
You can use axiom_node_to_string function to get a string from an axiom
node.

Regards
Nandika

On Mon, Oct 27, 2008 at 9:50 PM, [EMAIL PROTECTED] wrote:

 Hello!
 Does anyone know how I can print a node and see what it contains?
 For example I would like to print the axiom_node_t *node in axis2c
 math-client main...


 Regards
 Indra


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




-- 
http://nandikajayawardana.blogspot.com/
WSO2 Inc: http://www.wso2.com


Re: Axis2/c math client

2008-10-27 Thread Rajika Kumarasiri
On Mon, Oct 27, 2008 at 9:50 PM, [EMAIL PROTECTED] wrote:
hi,
Try
printf(%s\n, axiom_node_to_string(node, env));

-Rajika

Hello!
 Does anyone know how I can print a node and see what it contains?
 For example I would like to print the axiom_node_t *node in axis2c
 math-client main...


 Regards
 Indra


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




-- 
http://wso2.org/
http://llvm.org/
http://www.osdev.org/


RE: Axis2/c math client

2008-10-27 Thread indra.sharma
Thanks I'm gonna try that

 

/Indra

 



From: Rajika Kumarasiri [mailto:[EMAIL PROTECTED] 
Sent: den 27 oktober 2008 17:25
To: Apache AXIS C Developers List
Subject: Re: Axis2/c math client

 

 

On Mon, Oct 27, 2008 at 9:50 PM, [EMAIL PROTECTED] wrote:
hi, 
Try
printf(%s\n, axiom_node_to_string(node, env));

-Rajika

Hello!
Does anyone know how I can print a node and see what it contains?
For example I would like to print the axiom_node_t *node in axis2c
math-client main...


Regards
Indra


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




-- 
http://wso2.org/
http://llvm.org/
http://www.osdev.org/