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)]
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)]
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.