Hi All,

I just started working with XSLT, so this question might be obvios for some; i'm struggling trying to concatenate 2 tags inside the same node. I will be receiving one XML file and my output is another XML file.

This is a sample of the xml i will be receiving:
Code:
<EquipmentList>
    <EquipmentDetail>
	<AssetSupplierName>Dealer 1</AssetSupplierName>
	<Quantity>1</Quantity>
...