posted 15 years ago
Hi,
I have the following XML file--
I need to read every first name and last name. The one way is to achieve this to read the xml node
by node. But i think it will create some kind of performance problem when size of xml file will become large.
Please correct me if i am wrong.
Is there any other way to achieve it? I heared about XSL and Transformation. But never worked on this.
Is that goood to go? If yes, then how?
Thanks,
Tanzy.