[Home] [By Thread] [By Date] [Recent Entries]
> 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
|

Cart



