where to download Java API for XML Processing (JAXP)
843834Oct 2 2003 — edited Oct 2 2003Where to downlaod Java API for XML Processing (JAXP)
I have a small application. I have to store some data in xml file (userid,password) around 1000 records and retrive that data in servlets. I dont want to use database. I am new to XML and parsing (starts from download)
I went on following page.
http://java.sun.com/xml/jaxp/index.html
and in XML downloads..but when i go to download section there is only pdf file (jaxp specification)
also there is link to download "Java Web Services Developer Pack 1.2". its huge. I downloaded that but i think that is not exactly what i m looking for.
Will jaxp api be enough for my application or do i need something else.
Also can some one provide me some sample codes to search for given userid in xml file.
Thanks in advance