home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / InfoPath.en-us / InfLR.cab / IPDSINTL.DLL_1033 / HTML / QUERYVIEWTRDECIMAL.XSL < prev    next >
Text File  |  2010-03-29  |  801b  |  15 lines

  1.             <div>%1: <span class="xdTextBox xdBehavior_Formatting" xd:CtrlId="CTRL%2!d!" hideFocus="hideFocus" title="" contentEditable="true" xd:xctname="PlainText" xd:binding="@%1" xd:datafmt=""number","numDigits:auto;grouping:3;negativeOrder:1;"" xd:boundProp="xd:num" xd:num="" tabIndex="0" style="WIDTH: 130px">
  2.                     <xsl:attribute name="xd:num">
  3.                         <xsl:value-of select="@%1"/>
  4.                     </xsl:attribute>
  5.                     <xsl:choose>
  6.                         <xsl:when test="function-available('xdFormatting:formatString')">
  7.                             <xsl:value-of select="xdFormatting:formatString(@%1,"number","numDigits:auto;grouping:3;negativeOrder:1;")"/>
  8.                         </xsl:when>
  9.                         <xsl:otherwise>
  10.                             <xsl:value-of select="@%1"/>
  11.                         </xsl:otherwise>
  12.                     </xsl:choose>
  13.                 </span>
  14.             </div>
  15.