xsl-list
[Top] [All Lists]

Re: [xsl] Merging multiple documents and combining their nodes

2007-06-14 05:11:54
Mark Peters wrote:

For some reason, I'm still getting the "Expected ,, but found: ]"
error, after I added the additional brackets.

            <xsl:for-each
select="exslt:node-set($temp)/components/component[generate-id()=generate-id(key('c',@name)]">

There is a closing ')' missing, you need

exslt:node-set($temp)/components/component[generate-id()=generate-id(key('c',@name))]


--

        Martin Honnen
        http://JavaScript.FAQTs.com/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--