RE: [xsl] XSL Contextual formatting of links

Subject: RE: [xsl] XSL Contextual formatting of links
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 10 Aug 2004 12:14:46 +0100
> One quick question on the syntax in this line.
> <xsl:apply-templates select="link | text()"/>
> Does this mean it will apply the necessary formatting to 
> either text or
> links, OR both? :o)
> 

"|" is the union operator: it forms the union of two node-sets. So the
answer is, to both.

Michael Kay

Current Thread