Hi,
I am studying XML and
Java and I see that both SAX&DOM are now part of standard Java (JAXP). But JDOM is not. At a glance, I notice that the functionalities of Sax, DOM & JDOM are quite the same. So what are the differences between JDOM and JAXP? Should I ignore JDOM?
Thanks