O
omm1979
hi, i'm working with that 3 things i mentioned, so my first question is
- what are all these 3 things for (java sax - Xerces - dtd)?, i know
what is SAX but how do i use xcerces and a dtd for parsing?, let me
explain myself, i'm doing a parser to read a file called for example:
out.xml this could use a dtd archive called: out.dtd, and i have to
recover all the information (plain text to put the info into a java
BEAN object) from out.xml, i don't know how to use the DTD file or if i
need to use it in my project, and i would be apreciate a lot if
somebody post me a link to find an example of how to parse a xml
file.thanks
- what are all these 3 things for (java sax - Xerces - dtd)?, i know
what is SAX but how do i use xcerces and a dtd for parsing?, let me
explain myself, i'm doing a parser to read a file called for example:
out.xml this could use a dtd archive called: out.dtd, and i have to
recover all the information (plain text to put the info into a java
BEAN object) from out.xml, i don't know how to use the DTD file or if i
need to use it in my project, and i would be apreciate a lot if
somebody post me a link to find an example of how to parse a xml
file.thanks