Harbs commented on issue #203: URL: https://github.com/apache/royale-compiler/issues/203#issuecomment-996035694
> Have you tried using the -strict-xml=true compiler option? Bingo. It fixes both issues, but creates other ones: ``` var childName:String = XMLChild.name(); ``` Causes an error: `Error: Implicit coercion of a value of type QName to an unrelated type String.` Elsewhere I get a warning: `Warning: Comparison between a value of type QName and an unrelated type String.` Good info! -- 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]
