Thanks: You are OK. I was confuse because of past axis2c versions and axiscpp '\n' was not taken in count.
----- Original Message ---- From: Dumindu Pallewela <[EMAIL PROTECTED]> To: Apache AXIS C User List <[email protected]> Sent: Monday, November 26, 2007 11:19:12 AM Subject: Re: new line \n is interpreted as AXIOM_TEXT In addition, IIUC, when mixed content xml is used, this is the proper way to handle it. Regards, Dumindu. On Nov 26, 2007 2:46 PM, Kaushalye Kapuruge <[EMAIL PROTECTED]> wrote: > Hi Atanacio, > It is necessary to consider \n as an AXIOM TEXT node. For example, in > order to canonicalize an XML node, the new line is required to be > considered in that way. > Do you have a strong reason to claim this behavior is wrong? > Cheers, > Kaushalye > > > Atanacio Reyes wrote: > > Hello: > > If a message like bellow is send to axis2 server, all '\n' (new line) are interpreted as AXIOM_TEXT node. I think this is wrong. > > > > <param1>50</param1> > > <param2>20</param2> > > </ns1:add> > > > > example: > > <param1>50</param1> is AXIOM_ELEMENT AXIOM_TEXT AXIOM_TEXT > > <param1>20</param1> is AXIOM_ELEMENT AXIOM_TEXT AXIOM_TEXT > > > > > > > > > > > > > > ____________________________________________________________________________________ > > Get easy, one-click access to your favorites. > > Make Yahoo! your homepage. > > http://www.yahoo.com/r/hs > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > http://blog.kaushalye.org/ > http://wso2.org/ > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Dumindu Pallewela http://blog.dumindu.com GPG ID: 0x9E131672 WSO2 | "Oxygenating the Web Service Platform" | http://wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ____________________________________________________________________________________ Get easy, one-click access to your favorites. Make Yahoo! your homepage. http://www.yahoo.com/r/hs --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
