I need to Store this XML in a DB and retrieve it and add some nodes into the XML. I want to add a new node to the existing XML node then how should I do that?? if there are two nodes in the XML with the same name ,in two different paths then how should i programatically capture the node ??
On Nov 13, 5:06 pm, "Vinod M. Jacob" <[EMAIL PROTECTED]> wrote: > Why do you want the path ? Can you explain your scenario ...what you want to > do ? > > On Thu, Nov 13, 2008 at 5:06 PM, Sree <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > Could someone tell me how to get the path of a select node from the > > root in the tree control. > > My XML looks like this. > > <FolderStruct name="MyFolders"> > > <Folder name="FirstFolder" isBranch="true"> > > <FileName name="SchemaOne"></SchemaName> > > <FileName name="SchemaTwo"></SchemaName> > > </Folder> > > <Folder name="SecondFolder" isBranch="true"> > > <FileName name="SchemaOne"></SchemaName> > > <FileName name="SchemaTwo"></SchemaName> > > <Folder name="ThirdFolder" isBranch="true"> > > <FileName name="SchemaThree"></ > > SchemaName> > > </Folder > > </Folder> > > </FolderStruct> > > > When I click on the node schemathree in the tree control I need to get > > the Hierarchical path say like > > MyFolders,SecondFolder,ThirdFolder.SchemaThree.. > > > If Some one could give me an idea how to do this or else any > > suggestions on this would be helpful for me. > > > Regards, > > Sreekanth --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

