JDK-8262363 : Broken Tutorial Example: Parsing an XML file using SAX
  • Type: Bug
  • Component: docs
  • Sub-Component: tutorial
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-02-25
  • Updated: 2021-05-04
  • Resolved: 2021-05-04
Related Reports
Cloners :  
Description
The page

https://docs.oracle.com/javase/tutorial/jaxp/sax/parsing.html

refers to a JAXP sample "SAXLocalNameCount" that is no longer present in the Xerces2 samples directory. 

Replace this sample with new one, or with an existing sample from Xerces.