Mittwoch, März 19, 2008

running SAX example from Java & XML

After the download of the examples from the books home page I tried to run the SAX example from chapter 3. Unfortunately the example didn't compile.

SAXTreeViewer.java:196: cannot find symbol class SimpleEntityResolver

Checking the books errata I found it on the page with the unconfirmed error reports. Unfortunately the missing class is not part of the example download. Searching the web led me to the missing class SimpleEntityResolver.

Change the javaxml2 package name according to your the edition of the book. For me it is javaxml3. No it worked as it should have in the first place.

Keine Kommentare: