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 Rhinorhino 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 kimme123

  1. kimme123

    Unique value xsl

    Hi k5tm thank you for your help. I'm testing it now and it works well. Sorry for the late reply but I was abroad last week. Thanks again!
  2. kimme123

    Unique value xsl

    Anyone can maybe help me with this problem? Thanks in advance! Kind regards, Kim XSL FILE <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:key name="key1" match="advise" use="concat(package/text(),class/text())"/>...
  3. kimme123

    Log4J problems

    Ellow, I'm running a java application on Websphere 6. I'm also using hibernate, spring and log4j. When hibernate gives problems, Websphere is logging these problemes in HIS logfile (SystemOut.log). I want to specify my own logfile but this seems to go wrong. Also when I do an insert, update or...

Part and Inventory Search

Back
Top