Hi Karol/Sameera, It seems there is an issue when navigating E4X through a mashup. But as a simple workaround, I could get it working with following code.
var ns = ''; var x = <a><b><c>d</c></b></a>; print(typeof x.ns::b); print(typeof x..b); print(typeof x.*::b); On Tue, Oct 14, 2014 at 9:08 AM, Sameera Jayasoma <[email protected]> wrote: > Ruchira and the team, > > Can you have a look at this issue? > > Thanks, > Sameera. > > On Mon, Oct 13, 2014 at 6:16 PM, Karol Brejna <[email protected]> > wrote: > >> Dear Sameera, >> >> Have you got some time to look into the issue? >> >> I am writing an article about WSO2 Application Server and got stuck in >> this. >> (I wanted to show simple jar service, simple mashup service, etc.) >> >> Maybe I am doing something wrong? Or is there a simple workaround? >> >> Regards, >> Karol >> > > > > -- > Sameera Jayasoma, > Software Architect, > > WSO2, Inc. (http://wso2.com) > email: [email protected] > blog: http://sameera.adahas.org > twitter: https://twitter.com/sameerajayasoma > flickr: http://www.flickr.com/photos/sameera-jayasoma/collections > Mobile: 0094776364456 > > Lean . Enterprise . Middleware > > -- *Ruchira Wageesha**Associate Technical Lead* *WSO2 Inc. - lean . enterprise . middleware | wso2.com <http://wso2.com>* *email: [email protected] <[email protected]>, blog: ruchirawageesha.blogspot.com <http://ruchirawageesha.blogspot.com>, mobile: +94 77 5493444*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
