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 IamaSherpa 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: ptxyz
  • Order by date
  1. ptxyz

    Having trouble coming up with schema (xsd) for this xml document...

    Thanks for that info tsuji. Regarding your uppercase note - my bad, that's just my example, it's actually all lowercase. Got myself confused while cut-n-pasting! Thanks again and best regards.
  2. ptxyz

    Having trouble coming up with schema (xsd) for this xml document...

    Hi All, I have the following xml document (see below) and am trying to come up with the xsd schema for it. XML document: <root> <scenario> <name>TEST1</name> <params> <first_name>Mike</first_name> <last_name>Smith</last_name> <job>Tester</job> </params>...
  3. ptxyz

    Thread.currentThread().getStackTrace() problem

    Resolved. My PATH has been incorrectly set and I was using the default Ubuntu javac version.
  4. ptxyz

    Thread.currentThread().getStackTrace() problem

    Hi All. I've used the following for debug purposes in Java 1.5: System.out.println(Thread.currentThread().getStackTrace()[2].toString()); While trying to compile the same code in Java 6 I'm getting the following error: 1. ERROR in IAutoUtils.java (at line 116)...

Part and Inventory Search

Back
Top