I really like processing XML with e4x, any other method I just get confused and can't seem to get it to work. So I was thinking about maybe making a proxy in flash to use to process xml with e4x (I would use this for JavaScript and maybe PHP if I could figure out a way). Basically passing it an xml object and an e4x expression and returning the results. Before I even start to think about how I could make this possible I wanted to know if this is a terrible idea? Is this a waste of time or could this be good?
Thanks!