Monthly Archives: May 2005

Exclude named child nodes in XPath

To select all subnodes of a record, except for named exclusions, use the following XPath syntax: /rootNodeName/*[not(self::excludeChildName1)] or for multiple exclusions : /rootNodeName/*[not(self::excludeChildName1)][not(self::excludeChildName2)]

Posted in C# Snippets | Comments Off

WP 1.5.1 out now

WordPress 1.5.1 is now available. Watch out, though. I have noticed that the RSS feed breaks after the initial upgrade, but it is fixable by making a new post.

Posted in General | Comments Off