<!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.2652.35">
<TITLE>hello all</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">I have just attempted to use beta 4 of jdom.. and cannot get this simple code to work....</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">import org.w3c.dom.Document;</FONT>
<BR><FONT SIZE=2 FACE="Arial">import org.w3c.dom.Element;</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">public class JDOMBean {</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; public static void main (String[] argv) {</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Document doc = new Document(new Element(&quot;root&quot;));</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(&quot;Success!!&quot;);</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; }</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">i get the following errors.....when i try to compile...</FONT>
<BR><FONT SIZE=2 FACE="Arial">Cannot user operator new for this type....</FONT>
<BR><FONT SIZE=2 FACE="Arial">Cannot parse intializer..... and</FONT>
<BR><FONT SIZE=2 FACE="Arial">no method found Element(string) or no method found Element() if i dont put the string in.... i know that element is an abstract class... so ?&nbsp;&nbsp; :) hello again </FONT></P>

</BODY>
</HTML>