xsl-list
[Top] [All Lists]

Re: [xsl] read array

2011-12-21 04:39:05
On 21 December 2011 10:33, henry human <henry_human(_at_)yahoo(_dot_)de> wrote:
Ther are two elements "ID" in the xml
I will read them and concat together:
<xsl:for-each select="root/Invoice/DocumentReference/ID">
...........
</xsl:for-each>
Concat([1].ID + [2].ID

There are many ways... you need to re-post with an example and the
required output.



-- 
Andrew Welch
http://andrewjwelch.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>
--~--