xsl-list
[Top] [All Lists]

Re: [xsl] Can xsl:iterate be used in stream-processing?

2014-09-17 06:23:37
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
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>