[Biojava-l] w3c.dom
Thomas Down
td2@sanger.ac.uk
Thu, 9 May 2002 12:08:52 +0100
On Wed, May 08, 2002 at 11:56:00PM -0700, Cayte wrote:
> Some of the java modules import from org.w3c.dom but I don't see the
> source in the distribution. Thank you for the information.
The DOM classes are included with XML parsers -- for example,
the Xerces package which we recommend for use with BioJava.
I believe that the source code is included if you download
a Xerces source distribution from:
http://xml.apache.org/
The DOM classes are also included in the Java platform from
version 1.4 onwards.
Hope this helps,
Thomas.