greg-dove commented on issue #946:
URL: https://github.com/apache/royale-asjs/issues/946#issuecomment-733165900


   Fwiw, I just quickly tested SWF and JS for the following:
   ```
   var xml:XML = <xml xmlns:cat="cat" xmlns:dog="dog"><cat:response 
value="cat"/><dog:response value="dog"/><response value="unspaced"/></xml>
   
   var list:XMLList = xml.*::response;
   ```
   
   The above gives consistent results between the two. But I was not able to 
repro that compiler error yet. Hopefully you can get whatever you need working. 
I will assign this task to myself, but will not get to it for a while, I am 
afraid.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to