< Back
Page 7 of 7
Like this article? We recommend
References
SAX:
- The official website for SAX.
- SAX has recently switched over to the SourceForge project infrastructure. The intent is to continue the open development and maintenance process for SAX.
- SAX is not just for Java. Many languages support SAX parsing of XML.
- The J2SE 1.4 platform supported the DOM Level 2 API. The J2SE 5.0 platform supports the DOM Level 3 family of APIs. New methods have been added to DOM Level 3 interfaces, so some existing applications using DOM Level 2 won’t be able to compile with the new interfaces. Many DOM Level 2 applications will run if DOM Level 3 is substituted for DOM Level 2 in the class path; however, a small number will encounter a NoSuchMethodException. Therefore, some applications won’t have binary compatibility. For more details, see the JAXP Compatibility Guide for the J2SE 5 Platform.
DOM:
- Obviously, you need to be familiar with the definitive word from the W3C.
- W3Schools offers a helpful DOM tutorial.
- Robin Cover’s Technology Report on DOM includes many good links.
< Back
Page 7 of 7