Java 1.5 and XML

S

Sharp

Hi

Does Java 1.5 have a nice XML parser? I remember 1.4 did not have a very
good one, and I recall using a 3rd party XML parser.

Cheers
Michael
 
A

anonymous

Sharp said:
Hi

Does Java 1.5 have a nice XML parser? I remember 1.4 did not have a very
good one, and I recall using a 3rd party XML parser.

Cheers
Michael

I do not know the answer to your question, but Xerces from Apache org is
supposedly state of the art. I use Oracle's myself, though.
 
S

Sharp

I do not know the answer to your question, but Xerces from Apache org is
supposedly state of the art. I use Oracle's myself, though.

Yeah, thats the 3rd party API i was talking about. Doesn't Java 1.5 have
it's own now?


Michael
 
S

Stefan Schulz

Yeah, thats the 3rd party API i was talking about. Doesn't Java 1.5
have it's own now?

AFAIK, it ships with Xerces from Apache as the default implementation of
the XML package.
 
C

Chris Smith

Sharp said:
Yeah, thats the 3rd party API i was talking about. Doesn't Java 1.5 have
it's own now?

The only reason I've used third-party XML parsers in the past was to get
DOM Events. That is now present in Java 1.5. The exact parser being
used is, of course, unspecified; but I find it likely that Xerces is the
one.

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,152
Latest member
LorettaGur
Top