Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6341119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:58:03+00:00 2026-05-24T19:58:03+00:00

With bracket notation I can access a direct child node by name or attribute

  • 0

With bracket notation I can access a direct child node by name or attribute using the following code:

Example XML:

<item name="item1">
   <categories name="catList">
      <category name="cat1">
   </categories>
</item>

Example accessing direct child node:

trace(xml["categories"].toString()); // <categories><category/></categories> 

Example accessing node attribute:

trace(xml["@name"].toString()); // item1

Updated: Is there a way to access a subelement / nested element / nested attribute using only a single square bracket notation?

For example,

trace(xml["categories.category.@name"].toString()); // cat1

or

trace(xml["categories.@name"]); // catList
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T19:58:05+00:00Added an answer on May 24, 2026 at 7:58 pm

    Using the square bracket notation is unnecessary if you know the names of the nodes you’re accessing. This should work fine:

    xml.categories.category.@name.toString();
    

    Square bracket notation is used to access properties with a string name. It is not specifically related to E4X. The translation of all properties to square bracket notation would be this:

    xml['categories']['category']['@name']['toString']();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can brackets be escaped in using string.Format ? For example: String val =
My code can detect { bracket error, if in file there is only }
/Users/smcho/Desktop/bracket/[10,20] directory has abc.txt, but when I run this Python code import glob import
How can I escape a bracket in a full-text SQL Server contains() query? I've
Is there a website I can create an HTML final four bracket? Or is
What's the regex to match a square bracket? I'm using \\] in a pattern
I am attempting to create a list in XSL-FO using a square bracket. I
I'll give some C-style bracket pseudo-code to show what I'd like to express in
In Vi / Vim you can move to a bracket and press % and
Is it possible to access object properties that can only be accessed with the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.