errors in example of Appendix C of Schema Primer

This is with regard to the example in appendix C "Declaring and referencing an entity in an instance document"

	<?xml version="1.0" ?>
	<!DOCTYPE PurchaseOrder [
	<!ENTITY eacute "é">
	]>
	<purchaseOrder xmlns="http://www.example.com/PO1" orderDate="1999-10-20>
      	...

1. What is the name of the root element type? "PurchaseOrder" as in the DTD or "purchaseOrder" as in the instance? XML names are case-sensitive.

2. The  "orderDate" attribute value specification on the "purchaseOrder" tag is not terminated with a ".

Donald Gignac	"gignacda@nswccd.navy.mil"	1-301-227-3348

Received on Thursday, 30 August 2001 09:17:51 UTC