[xsl] XPath shorthand

Subject: [xsl] XPath shorthand
From: Ihe Onwuka <ihe.onwuka@xxxxxxxxxxxxxx>
Date: Tue, 21 Aug 2012 14:19:27 +0100
what is shorthand for "folllowing-sibling::A | following-sibling::B
.........following-sibling::Z"

Anything better than  "following-sibling::*[self::A||self::B...|self::C]  ?

Current Thread