Running Echo10 ../samples/slideSample08.xml Using JAXP bundles installed as endorsed standards 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:1171) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at javax.xml.parsers.SAXParser.parse(SAXParser.java:281) at Echo10.main(Echo10.java:63)