Re: scomp fails trying javac

2009-09-12 Thread Jacob Danner
I'm not sure of the question, but I've been using scomp with JDK 1.6 version 04, 10 and now 14 without problems for many months. HTH, -jacobd On 9/12/09, Jerry Brown jbr...@dvierow.com wrote: I am a newbie and this is an 'old' error. But I have the JDK ahead of the JRE on my PATH. It is Java

Output dateTime in canonical form

2009-09-12 Thread Anirban Mukherjee
I wish to generate xml output where xs:dateTime values will be generated in the canonical form rather than the natural form e.g. instead of 2009-10-13T01:11:17+05:30, I need 2009-10-12T19:41:17Z (converted to UTC with Z indicating that it is UTC) Is there a straightforward way to achieve this ?