Internal DTD

It tried to validate an XML document with an internal DTD as XHMTL and it
complained about a reference to an external entity file.

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html [

<!ENTITY % OEBEntities PUBLIC "+//ISBN 0-9673008-1-9//DTD OEB 1.0
Entities//EN"  "dtds\oeb1.ent">
%OEBEntities;

]>
<html>

The error was

Line 6, column 0: 
  %OEBEntities;
  ^
Error: document instance must start with document element 



Jeffrey Kraus-yao, MCSD
IS Systems Development Services Senior
Department of Electronic Government
State of Wisconsin
608-267-3827

Received on Friday, 16 November 2001 15:49:34 UTC