Lars Wilhelmsen

Connected Systems MVP

Skip to: Content | Sidebar | Footer

Category: XPath

LINQ to XML: XPathSelectElement Annoyance

12 December, 2008 (14:08) | .NET, Annoyance, Bug?, LINQ to XML, Programming, XPath | By: larsw

It may be me – since I’m no XPath (or XSLT) pro, but the following is in my book a bug – or at least an annoyance category 3:
Given the following XML document loaded into an XDocument:
<?xml version="1.0" encoding="utf-8"?>
<Elements>
<Element Id="1" />
<Element Id="2" />
<Element Id="3" />
<Element Id="4" />
[...]