hi to all,
i am new to this forum and also new to xml too...
i have an xpath expression to select a list of values...
XmlNodeList nl=doc.SelectNo des("//group[@group_name='Fr iends']/@group_name")
it can select only the node having value as Friends
i want to generalize the expression by substituting a variable in place of 'Friends'
how can i do ........
User Profile
Collapse
-
generalzing the xpathexpression using variables <<urgent>>
-
using variables in xpath expresion
hi to all,
i am new to this forum and also new to xml too...
i have an xpath expression to select a list of values...
XmlNodeList nl=doc.SelectNo des("//group[@group_name='Fr iends']/@group_name")
it can select only the node having value as Friends
i want to generalize the expression by substituting a variable in place of 'Friends'
how can i do ........ -
generalzing the xpathexpression using variables
hi to all,
i am new to this forum and also new to xml too...
i have an xml query to select a list of values...
XmlNodeList nl=doc.SelectNo des("//group[@group_name='Fr iends']/@group_name")
it can select only the node having value as Friends
i want to generalize the query by substituting a variable in place... -
xpath query problem
hi all,
i am new to .net i have problem
i have an xml fille lik this:::
<?xml version="1.0" encoding="utf-8"?>
<personal_inf o>
<personal_id ID="1">
<name first_name="raj asekhar" middle_name="si va" last_name="alur u" nick_name="sekh ar" />
<gender value="Male" />
<group group_name="bes tfriends"...Last edited by kenobewan; Feb 4 '08, 11:22 AM. Reason: MERGED - MULTIPOSTING NOT ALLOWED - SEE POSTING GUIDELINES -
[QUOTE=rajasekha rsiva]
still i am not getting the desired resultLeave a comment:
-
Thanks a lot my problem has been solved.. i got the result exactly what i am looking for.......Leave a comment:
-
i have aproblem with xpath query in .net
hi all,
i am new to .net i have problem
i have an xml fille lik this:::
<?xml version="1.0" encoding="utf-8"?>
<personal_inf o>
<personal_id ID="1">
<name first_name="raj asekhar" middle_name="si va" last_name="alur u" nick_name="sekh ar" />
<gender value="Male" />
<group...
No activity results to display
Show More
Leave a comment: