<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Schema validated elements</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi,</FONT>
</P>

<P><FONT SIZE=2>I am new to JDOM. I have a couple of basic questions about retrieving elements from a JDOM document object:</FONT>
</P>

<P><FONT SIZE=2>1) Is there any way to get Schema validated elements as appropriate Java objects. For example, &lt;timestamp&gt;2002-06-01T09:00:00Z&lt;/timestamp&gt; to be retrieved as java.util.Date or java.util.Calendar insted of a String.</FONT></P>

<P><FONT SIZE=2>2) If not, what is the best way to convert data types defined in XML schema from strings to appropriate Java types? (i.e. should I start parsing these strings myself using SimpleDateFormat etc?)</FONT></P>

<P><FONT SIZE=2>Thanks. </FONT>
<BR><FONT SIZE=2>Naresh Bhatia</FONT>
</P>

</BODY>
</HTML>