thx
<xsl:template match="BillingPeriod">
<xsl:copy>
<xsl:variable name="BillingPeriod" select="."/>
<xsl:value-of select="concat(substring(.,1,8),'01')" />
</xsl:copy>
</xsl:template>
thx
<xsl:template match="BillingPeriod">
<xsl:copy>
<xsl:variable name="BillingPeriod" select="."/>
<xsl:value-of select="concat(substring(.,1,8),'01')" />
</xsl:copy>
</xsl:template>