Skip to Content
0
Former Member
Dec 02, 2005 at 12:32 PM

read node element directly with matching criterion

30 Views

Hi all,

Is there anyway that u directly read a node element whose value attribute is say 'AAA' without looping throgh all the node elements.

For example i have Student data node with value attrubutes id,name,etc.

now for this node i want to read the element with id 'A1234'.

instead of getting the size of the node and looping through the entire node and match the id, i want a method which returns the corresponding node element which satisfies the criterion.

Thanks

Vijaya