[Home] [By Thread] [By Date] [Recent Entries]
Michael Kay wrote: > It's complaining about a context item expression (.) not about xsl:iterate Oops! You are absolutely right. I did this: <xsl:variable name="title" select="." /> when I should have done this: <xsl:variable name="title" select="copy-of(.)" /> Upon doing so, my XSLT program works great. Thanks Michael. /Roger
|

Cart



