|
Thanks for your excellent summarization of JAXP's evolution and the helpful code snippets. I noticed, however, that one of your diagrams was duplicated and another (Figure 1 ?) perhaps missing. Also, in the 'Evaluating XPath Expressions' example code, should the statement be:
Document doc = parser.parse(new File("employees.xml"));
jdeegan
|