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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zalim30
  • Content: Threads
  • Order by date
  1. zalim30

    calculate running difference for each row

    hi, consider the following table TID DocID Date 885328 090041d3800bff2d 2005-10-29 12:36:31.940 885393 090041d3800bff2d 2005-5-29 12:51:58.067 885403 090041d3800bff2d 2005-3-29 12:55:58.967 885557 090041d3800bff2d 2005-2-29 13:40:47.773 885569 090041d3800bff2d 2005-2-29...
  2. zalim30

    output xml but in specified order

    hi there I have two xml files and would like to generate a text file. The logic is first.xml <?xml version="1.0"?> <source> <object partid ="4" name = "def" price = "3000"/> <object partid ="5" name = "jkl" price = "130"/> <object partid ="1" name = "abc1" price = "0"/> <object partid ="2" name...
  3. zalim30

    I want the attribute name to be variable...

    hi I am doing the following <xsl:variable name ="att" select = "//@partid" /> i.e. selecting all attributes having 'partid' name. what I want to do is that this partid is variable. i.e. something that can change. i.e. <xsl:variable name ="att" select = "//@XXXX" /> where XXXX is a...
  4. zalim30

    find intersection of xml files using xslt

    Hi there I want to find the intersection of two xml files using XSLT. Plz see the following example as help. <?xml version="1.0"?> <root> <object ID ="1" name = "abc" price = "0"/> <object ID ="2" name = "def" price = "430"/> <object ID ="3" name = "abc" price = "350"/> <object ID ="4" name =...
  5. zalim30

    intersection of xml files

    hi I want to find intersection of two xml files. i.e. if the operation should result only those nodes which are common in both files. Any ideas.

Part and Inventory Search

Back
Top