Guest User

Untitled

a guest
Mar 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <xsl:for-each select="APPLICATIONFACTFIND/QUOTATION/MORTGAGESUBQUOTE/MORTGAGEINCENTIVE">
  2. <xsl:element name="MORTGAGEINCENTIVE">
  3. <xsl:attribute name="MORTGAGEINCENTIVE">
  4. <xsl:value-of select="@INCENTIVEAMOUNT"/>
  5. </xsl:attribute>
  6. </xsl:element>
  7. </xsl:for-each>
Add Comment
Please, Sign In to add comment