XML Parser ?
-
I need to parse the above XML file and store in Data structure. Struct BookMarkInfo { double x,y,z; String bkMrkName; }StBk[10]; StBk[0].bkMarkName = res; StBk[0].X=1.02; StBk[0].Y=6.58; StBk[0].Z=3.26; StBk[1].bkMarkName = sirt; How can I store it? Thanks Ash
-
I need to parse the above XML file and store in Data structure. Struct BookMarkInfo { double x,y,z; String bkMrkName; }StBk[10]; StBk[0].bkMarkName = res; StBk[0].X=1.02; StBk[0].Y=6.58; StBk[0].Z=3.26; StBk[1].bkMarkName = sirt; How can I store it? Thanks Ash
I suspect you need to do some reading on XPath and the XML DOM.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )