Atlanta .NET Regular Guys

Community Blog for two guys in Atlanta that focus on Microsoft and Community.

Quick About

This is the community blog for Brendon Schwartz and Matt Ranlett.  If you want to see their technical posts visit http://www.sharepointguys.com

Back To DevCow

Recent Posts

Tags

Email Notifications

    Archives

    I almost knew XPath

    Back when the four of us were preparing for the SharePoint 1, 2, 3! presentations, Keith Rome showed the rest of us how XPath worked in 30 seconds or less while I was working on a Windows SharePoint Services web services demo.  Incidentally, this demo is now online and available for download.  But that's beside the point.  The point of this post is that I, for a period of one day or so, knew what XPath was and how to actually use it.  Of course, that was the last time I looked at it so that knowledge hasn't exactly stayed fresh.  Namespaces, root elements - yeah, I know the terminology.  I could explain it at a high level.  But when someone asked me if I knew how to write an XPath query (and then told me to hold on while they finished something else) I figured I had better refresh my memory.  Checking out the web, I found this great tutorial online.  Very short, sweet and to the point.  I'm not sure I could learn the material from scratch out of this tutorial, but it's a great refresher.

    -- Matt Ranlett
    Posted: 01-30-2006 10:10 AM by Matt Ranlett | with 1 comment(s)
    Filed under:

    Comments

    Jim Wooley said:

    I second the recommendation for the w3cSchools site for the XPath tester. It got me up and running quicky. In addition, you might want to check out the Xpath Xpress sample app on GotDotNet (http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=4f976e6e-9474-4813-b1cd-5e565f3219f9). I use this tool for testing out XPath queries and seeing the results quickly.
    # January 30, 2006 8:18 AM