Attribute is required and must be specified
问题 Ok I have fixed all other errors, only one remains that makes no sense to me. I keep getting the error: An element type is required in the declaration of element type "viewer_rating". It makes no sense to me cause I declared it in the right way and everything and still nothing. Any help would be appreciated. DTD: <?xml version="1.0" encoding="UTF-8"?> <!ELEMENT movies (movie*)> <!ELEMENT movie (title, genre, movie_rating, viewer_rating, summary, year, director+, runtime, studio, actors+)> <