I have an XSL stylesheet that is working fine. I need to add one piece of data to all the records that is not in the XML i am using

I need to add C12345 to each record

<ordertype>c123 45</oredrtype>

Here is my current .xsl

Thanks for any ideas
Craig


<?xml version='1.0' encoding='UTF-8' ?>
<xsl:styleshe et version='1.0' xmlns:xsl='http ://www.w3.org/1999/XSL/Transform'>...