[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
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 |
|
Will McCutchen - 28 Sep 2006 17:21:08 -0000
David Carlisle - 28 Sep 2006 22:53:03 -0000 <=
|
|