LOCATOR
 SYS ID: file:/java/pubs/dev/wspack-docs/tutorial/examples/jaxp/sax/work/../samples/slideSample08.xml

START DOCUMENT
<?xml version='1.0' encoding='UTF-8'?>
** Parsing error, line 22, uri file:/java/pubs/dev/wspack-docs/tutorial/examples/jaxp/sax/samples/slideshow2.dtd
   Element type "title" must not be declared more than once.
org.xml.sax.SAXParseException: Element type "title" must not be declared more than once.
	at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1162)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:281)
	at Echo10.main(Echo10.java:76)