Question
How to find parent node using child node or attribute?
Hi People,
How to find the parent node of child node in xml using as3?
My XML structure
<video id="" name="test">
<subVideo id="" name="test1" src="video.mp4" content="video" />
<subVideo id="" name="test2" src="video.mp4" content="video" />
</video>
I want to get parent node name of subVideo node.
Please help me.
Thank you people.