LOCATOR
SYS ID: file:/java/pubs/dev/wspack-docs/tutorial/examples/jaxp/sax/work/../samples/slideSample06.xml
START DOCUMENT
<?xml version='1.0' encoding='UTF-8'?>
ELEMENT: <slideshow
ATTR: title "WonderWidget Slide Show"
ATTR: date "Date of publication"
ATTR: author "Yours Truly"
>
PROCESS: <?my.presentation.Program QUERY="exec, tech, all"?>
ELEMENT: <slide
ATTR: type "all"
>
ELEMENT: <title>
CHARS: Wake up to WonderWidgets!
END_ELM: </title>
END_ELM: </slide>
ELEMENT: <slide
ATTR: type "all"
>
ELEMENT: <title>
CHARS: Overview
END_ELM: </title>
ELEMENT: <item>
** Parsing error, line 28, uri file:/java/pubs/dev/wspack-docs/tutorial/examples/jaxp/sax/work/../samples/slideSample06.xml
Element type "em" must be declared.
org.xml.sax.SAXParseException: Element type "em" must be declared.
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)