79365698

Date: 2025-01-17 18:00:52
Score: 1
Natty:
Report link

The issue you're encountering stems from misunderstanding how mxml handles attributes and text content. Functions like mxmlGetText are used to retrieve the text content between the opening and closing tags of a node, which in this case, is empty.

To access an attribute value in a Mini-XML (mxml) node, you should use the mxmlElementGetAttr function.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Boris L.