trace (test.object["void"].(@property == 'equation').string); trace (test.object.elements ("void").(@property == 'equation').string);
--- In flexcoders@yahoogroups.com, "lruinelli" <[EMAIL PROTECTED]> wrote: > > ciao! > > > the expression: > test.object.void.(@property=='equation').string > should has the following result: > y=ax+b > > ....unfortunately "void", the name of the nodes, is a reserved Keyword > in flex!!!! and the application is not compiled! > how can I found a workaround without change the XML? > > > thanks Lorenzo >