Results 1 to 4 of 4

Thread: Search xml file nodes/attributes matching a query

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2008
    Location
    Dominican Republic
    Posts
    733

    Question Search xml file nodes/attributes matching a query

    Hello,

    I guess the title explains my situation. I have a xml file with this structure:

    <books>
    <author>author 1
    <title>title 1
    <notes date/time "date&time">notes 1
    </notes>
    </title>
    </author>
    <author>author 2
    <title>title 2
    <notes date/time "date&time">notes 2
    </notes>
    </title>
    </author>
    </books>

    I would to search the xml file to see which node/attribute matches a query. For example, if I were to search for "will", the search would return the tag or tags that have the word/phrase in it's attribute/inner text.

    I have really basic idea of how to read xml.

    Thanks in advance!
    "In our profession, precision and perfection are not a dispensable luxury, but a simple necessity."
    Niklaus E. Wirth


    Rate any post that helped you, it's a good way of saying thanks
    Please specify your Visual Studio Version!

    Why rating is useful

    My Code Bank Submissions: How to determine Windows Version| Working With Mouse Events | Blocking Input Using API | Get host's IP | Minimize to system tray "animated" | Colored ListBox (custom fonts, colors, highlight) Updated -New Class! | [VS 2008] Strong encryption and hashing class - Updated! 31/August/2009 | Create a shortcut using IWshRuntimeLibrary

  2. #2
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: Search xml file nodes/attributes matching a query

    ScottGu has a great tutorial on LINQ to xml here

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2008
    Location
    Dominican Republic
    Posts
    733

    Re: Search xml file nodes/attributes matching a query

    Thanks for the great tutorial Dean .
    "In our profession, precision and perfection are not a dispensable luxury, but a simple necessity."
    Niklaus E. Wirth


    Rate any post that helped you, it's a good way of saying thanks
    Please specify your Visual Studio Version!

    Why rating is useful

    My Code Bank Submissions: How to determine Windows Version| Working With Mouse Events | Blocking Input Using API | Get host's IP | Minimize to system tray "animated" | Colored ListBox (custom fonts, colors, highlight) Updated -New Class! | [VS 2008] Strong encryption and hashing class - Updated! 31/August/2009 | Create a shortcut using IWshRuntimeLibrary

  4. #4
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: Search xml file nodes/attributes matching a query

    Your welcome, Scott did a great job with that article

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width