apache / apache/royale-asjs

XML - Implied Attribute Access Not Working In Royale

Open
#1,205 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
ActionScript
Stars
380
Forks
120
PR merge metrics
No merged PRs in 30d

Description

In Flex

```


;
myXml.attribute("a")[0] = "2";
trace(myXml.toXMLString());
}

]]>

```

Traces

``

But in Royale

```


;
myXml.attribute("a")[0] = "2";
trace(myXml.toXMLString());
}

]]>

```

Outputs

``

Contributor guide

No contributing guide indexed for this repository

Research direction

No repository file, test, or entry point is named. First reproduce the Royale example and compare its XML attribute assignment with the Flex behavior, then trace the XML attribute access implementation. Done means the sample changes the attribute from 1 to 2 and the relevant regression coverage passes.

Written by the indexing model from the issue text.

Assessment

Tech stack
xml
Domain
web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.