From: tony y. <gao...@gm...> - 2006-07-30 07:15:50
|
Well. For example: <root> <child>AAA</child> <child>BBB</child> <child>CCC</child> ... </root> When processing XML doc in DOM I can reserve every node references in my code and exactly retrieve the 2nd "<child>" node back at anytime I wanted, there is no need to traverse. That's the point I want to be done in VTD-XML Model if I can save the 2nd "<child>" token's index in my code. The necessary situation is, I generate a tree in my UI from an XML and I want mouse click linking to correct node and display information of that node. Sounds reasonable? -- Kindly Regards Tony =============================== |