A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: Select all attributes of the same name in an XML file

  1. #1
    Member
    Join Date
    Oct 2010
    Posts
    36

    Select all attributes of the same name in an XML file

    Is it possible to select all attributes of the same name in an XML file ?

    I have managed to select all elements of the same name but I cannot find a solution to select all attributes of the same name.
    Code:
    for each(item in xmlObject..elementName)
    {
    	// something
    }
    Last edited by flash.groove; 11-17-2011 at 02:21 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center