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.
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>...
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)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.