User Profile

Collapse

Profile Sidebar

Collapse
rajasekharsiva
rajasekharsiva
Last Activity: Mar 13 '08, 03:56 AM
Joined: Jan 29 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • generalzing the xpathexpression using variables <<urgent>>

    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 ........
    See more | Go to post

  • rajasekharsiva
    started a topic using variables in xpath expresion
    in .NET

    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 ........
    See more | Go to post

  • rajasekharsiva
    replied to xpath query problem
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • rajasekharsiva
    started a topic xpath query problem
    in .NET

    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"...
    See more | Go to post
    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 result
    See more | Go to post

    Leave a comment:


  • Thanks a lot my problem has been solved.. i got the result exactly what i am looking for.......
    See more | Go to post

    Leave a comment:


  • rajasekharsiva
    started a topic i have aproblem with xpath query in .net
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...