Skip to content

Tag Archives: title author

“Are element declarations for an xml document to be inserted in the xml document itself?

When I add the following line: <!ELEMENT book(category,title,author)> into the xml document at the top the parser complains that the xml document is not well formed. Any advice?