I need this to work, but it does not seem to like it:
<xsl:template match="ORDERS/FOLDER/ORDER[@orderNumber=$orderID]">
Otherwise I will have to match records, whcih isn't all that bad - just need to know if it possible to use variables in this way.
Thi is just for grabbing the relevant order record from the tree, by passing the unique orderID.
<bb/>
<xsl:template match="ORDERS/FOLDER/ORDER[@orderNumber=$orderID]">
Otherwise I will have to match records, whcih isn't all that bad - just need to know if it possible to use variables in this way.
Thi is just for grabbing the relevant order record from the tree, by passing the unique orderID.
<bb/>