Question
parsing XML with namespaces (AS 3.0)
The xml file I am parsing uses namespaces, which I think
might be causing problems.
Basically, I can see the child node if I call children() to get a list of nodes. But I can't access the child node directly with child("Nodename").
I've also tried the following which I would think would work fine, but in the end worksheet ends up being empty.
Any ideas?
Basically, I can see the child node if I call children() to get a list of nodes. But I can't access the child node directly with child("Nodename").
I've also tried the following which I would think would work fine, but in the end worksheet ends up being empty.
Any ideas?