[
Lists Home |
Date Index |
Thread Index
]
Jay wrote:
> hi
> i am writing a xml parser in java . My java skills are intermediate
level. i want to parse a data packet written in xml basically .i have
the schema for the xml data packets .do i need to write a dts also in
order to parse it .could someone please suggest where should i start from .
> thanks in advance
That's easy. Start by using an already-written parser. There are several
good free ones. Go to the Cafe Con Leche website
http://www.ibiblio.org/xml/ and click on the Processing XML With Java
link in the upper left corner. Let Elliotte Rusty Harold's excellent
book show you how to use them.
Bob Foster
|