Hi,
I am trying to read xml file using the following code
m_Str="file:///C:/Documents and Settings/sunder/My Documents/3DVIA Studio Public Beta/SunderXML/My XML/sunder.xml";
m_xmlPath.Create(m_Str);
m_xmlDoc.Load(m_xmlPath);
m_xmlNode = m_xmlDoc.GetRootElement();
m_xmlAtom = m_xmlNode.GetChildren();
I got all atom but I want to read one by one . Can anyone help me to do that?
Awaiting for your help.


