<xml>
<data>
<Attribute name='forms'>
<List>
<String>xform</String>
<String>yform</String>
</List>
</Attribute>
</data>
</xml>
How would I set my xslt to get all the values in the List. So I would like to output both values in 1 line seperated by |. For ex.
xform|yform