Corrections to Chapter 3 of XML in a Nutshell, 2nd edition, Document Type Definitions (DTDs)

p. 39: The example declaration of the name element is missing a closing right parenthesis. It should be:

<!ELEMENT name ( last_name 
                 | (first_name, ( (middle_name+, last_name) | (last_name?))) 
                  ) >

[ XML in a Nutshell Corrections | XML in a Nutshell Home Page | Table of Contents | Examples | Order from Amazon ]

Copyright 2002 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified March 10, 2003