xsl-list
[Top] [All Lists]

[xsl] read array

2011-12-21 04:33:16
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 

???
Thanks 


--~------------------------------------------------------------------
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>
--~--