Ask a Question related to Macromedia Director Lingo, Design and Development.
-
EdMX webforumsuser@macromedia.com #1
referencing XML nodes by name
I would like to access the info in an XML file by name but Macromedias XML-Xtra instructions only explain how to access data via child-number eg child[1].child[2].child[n] etc. This is daft and defeats the point of using XML.
How can I access the data by tag-name?
EdMX webforumsuser@macromedia.com Guest
-
Accessing XML nodes
Suppose this your XML: <content> <author> <book> <title>this is the title</title> <description>book description</description> <book>... -
Inserting XML nodes
I want to insert a new XML node in my XML object, but not at the end as ..appendchild() method does, but in the node position of my choice... for... -
Check for missing xml nodes or empty nodes
Hi, Is it possible to check for missing or empty xml nodes "before" putting them into a table or doing a XMLSearch . Sometimes the xml will come... -
FreeBSD 5.3 dev nodes
Hi all, ok, this may be a dumb question, but here goes... I have just started using the 5.X branch of FreeBSD, and needed to mount a hot swap... -
Interactive nodes.
Hey, ive been to bit-101.com, and i really like the nodes and things it has on there. I got the tutorial on how i make a simple on of his type, but... -
EdMX webforumsuser@macromedia.com #2
Re: referencing XML nodes by name
perhaps it should work,but it doesn't
I've tried
gParseObject.child["tagname"]
and
gParseObject["tagname"]
and neither of these methods work.
any thoughts would be appreciated
EdMX webforumsuser@macromedia.com Guest



Reply With Quote

