RE: XSL Contextual formatting of links2004-08-10 04:14:46One 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
|
|