Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by clementsmc

  1. clementsmc

    XSL arithmetic operations...complete newbie to XSL..

    Instead of using / to indicate division you need to use the operator &quot;div&quot;. <xsl:value-of select=&quot;format-number(((($mySecondVar - $myFirstVar) div $myFirstVar)*100), '##0.00')&quot;/> Hope that helps. -Mary
  2. clementsmc

    XML to XML - Adding Nodes

    My input file looks like: <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <root> <Rows><fileid>100027</fileid> <custcode>WINNDIXIE</custcode> <reportedbyorg>GST</reportedbyorg> <reporteddate>200209130909</reporteddate> <tagfield1>01269695</tagfield1>...
  3. clementsmc

    Edit XML with XSL

    My input file looks like: <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <root> <Rows><fileid>100027</fileid> <custcode>WINNDIXIE</custcode> <reportedbyorg>GST</reportedbyorg> <reporteddate>200209130909</reporteddate> <tagfield1>01269695</tagfield1>...
  4. clementsmc

    Edit XML with XSL

    Here is my original XML Control file Map: <root Delimiter=&quot;&quot; Type=&quot;FLAT&quot;> <Rows StartWith=&quot;ship&quot; EndWith=&quot;&quot; ignore=&quot;&quot;> <fileid>@fileid@</fileid> <custcode>XXXX</custcode> <reportedbyorg>XXXX</reportedbyorg> <reporteddate...

Part and Inventory Search

Back
Top