Returns an XMLList that contains one XML instance, representing the attribute, with variable-access syntax. : attributes « XML « Flash / Flex / ActionScript
Returns an XMLList that contains one XML instance, representing the attribute, with variable-access syntax.
package{ import flash.display.Sprite;
public class Main extends Sprite{ public function Main(){
var novel:XML = <BOOK ISBN="0000000000">
<TITLE>ActionScript</TITLE> <!--Previous sibling-->
<AUTHOR>J, J</AUTHOR>
<PUBLISHER>Books Ltd</PUBLISHER> <!--Next sibling-->
</BOOK>;