xsl-list
[Top] [All Lists]

Re: [xsl] XPath for matching multiple child elements

2006-09-28 15:53:02

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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--