hi all..
can any one help me by suggesting an idea to take the attribute "name" from a node.
<r t="error" a="active" i="">
here t , a , i are the attribute name
and
"error" , "active" , "" are the values.
here "r" is the node and t="error" ,a="active" , i="" are the attributes...
here i kno how to get the values of the attributes t,a and i.
but what i need is to read the name of attributes ie t,a and i. can any one suggest.
thanks in advance.
can any one help me by suggesting an idea to take the attribute "name" from a node.
<r t="error" a="active" i="">
here t , a , i are the attribute name
and
"error" , "active" , "" are the values.
here "r" is the node and t="error" ,a="active" , i="" are the attributes...
here i kno how to get the values of the attributes t,a and i.
but what i need is to read the name of attributes ie t,a and i. can any one suggest.
thanks in advance.
Comment