Re: [xsl] XPath for matching multiple child elements

Subject: Re: [xsl] XPath for matching multiple child elements
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 28 Sep 2006 22:32:08 +0100
As Michael said, the syntax you want is XPath2 but not an XSLT pattern,
even in xslt2.

You could use 
comments//*[self::h1|self::p|self::b|self::i]
if schema tpes are not your thing.

David

Current Thread