XML Parsing
<!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01
Transitional//EN"><!DOCTYPE Indicates to the processor
that this is a DOCTYPE declaration.html Indicates the name of the root element for the document.PUBLIC A DOCTYPE can designate a publicly
recognized DTD, potentially saving the processor a trip to
the server to retrieve it."-//W3C//DTD HTML 4.01
Transitional//EN": The actual public identifier
for the Transitional XHTML DTD.<!DOCTYPE memories SYSTEM
"/home/jmvidal/memories.dtd">13 of 16