xsl-list
[Top] [All Lists]

RE: [xsl] A non self closed xsl:apply-templates element to create a text node for matching ...

2006-12-05 16:31:02

various ways of combining those:

<xsl:template match="node()[self::text() or (not(self::*) and 
name()='href')][ starts-with( ., '../Russia2006/' ) ]">

A rare slip there, David. node() means child::node() and won't match an
attribute.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
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>
--~--