Published on WSO2 Oxygen Tank (http://wso2.org)

Mashup client receives DOM Element object, not XML object

By prasadgc
Created 2007-12-07 07:54

Hi,

I tried the HelloWorld example at http://wso2.org/project/mashup/0.1/docs/index.html

When I tried modifying the mashup client to manipulate the returned XML using E4X, I found that the returned object was a DOM Element object, not an XML object, so E4X operations were not possible.

var response = helloworld.hello("<test/>");

 

Any idea how I can get it to a form that I can perform E4X operations on it?

Thanks and regards,

Ganesh


Source URL:
http://wso2.org/forum/thread/2914