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

Subject: Re: [xsl] Merging multiple documents and combining their nodes
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Thu, 14 Jun 2007 14:11:32 +0200
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/

Current Thread