﻿<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text"/>
<xsl:template match="/">
<xsl:value-of select="/SalesTransaction/TransactionHeader/TransactionHeaderFields/Type"></xsl:value-of><xsl:text>_</xsl:text><xsl:value-of select="/SalesTransaction/TransactionHeader/TransactionHeaderFields/WrntyID"></xsl:value-of><xsl:text>.xml</xsl:text></xsl:template>
</xsl:stylesheet>


