SAX Parser & DOCTYPE statement 2003-05-20 - By Anthony Rabaa
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body> Hello,<br> <br> Is it possible to have only the public identifier specified in the DOCTYPE statement? My goal is to use the public identifier to load the DTD from a JAR so having the SYSTEM identifier means using a dummy DTD. I'm using the SAXParser object to validate the documents.<br> <div class="moz-signature">-- <br> <b>Anthony Rabaa</b><br> <font size="-1">Software Developer & Network Administrator<br> AMCon Research Inc.<br> Ottawa, Ontario, Canada<br> <a href="http://www.amconresearch.net">http://www .amconresearch.net</a></font><br> </div> </body> </html>
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|