RE: [xsl] Select nodes with an attribute but not all the nodes

Subject: RE: [xsl] Select nodes with an attribute but not all the nodes
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 19 May 2006 17:55:22 +0100
> Or if we can't use XSLT 2.0 ...

Sure, but please don't do this:

>       	<xsl:text 
> disable-output-escaping="yes">&#160;</xsl:text>

There's no point disabling escaping for a character that isn't going to be
escaped anyway.

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

Current Thread