joshtynjala commented on issue #203: URL: https://github.com/apache/royale-compiler/issues/203#issuecomment-996040144
It sounds like you'll need to do some manual string conversions that would normally happen automatically at runtime, in order to make the compiler happy using the stricter API. I suspect that `toString()` will work in most cases. ```actionscript var childName:String = XMLChild.name().toString(); ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
