# XML Node Problem

**URL:** https://forum.kirupa.com/t/xml-node-problem/201115
**Category:** flash
**Created:** [September 18, 2006, 5:30pm UTC](https://forum.kirupa.com/t/xml-node-problem/201115 "2006-09-18T17:30:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dezamp](https://avatars.discourse-cdn.com/v4/letter/d/22d042/32.png) [@dezamp](https://forum.kirupa.com/u/dezamp)
#### Post date: [September 18, 2006, 5:30pm UTC](https://forum.kirupa.com/t/xml-node-problem/201115/1 "2006-09-18T17:30:25Z")

</div>

Is there any way to call a node value in flash by its name. For example (node = \<text1\> (if thats a node!))

```auto
this.firstChild.childNodes*.text1

```

???

Would that be correct?

Please Help!
