Processing Instructions and DOM 2003-07-14 - By Rob Outar
When using a SAX Parser one can read preprocessing instructions by implementing a handler but how are preprocessing instructions fetched when using a DOM Parser?
Thanks,
Rob
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE></TITLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2800.1170" name=GENERATOR></HEAD> <BODY> <P><FONT size=2>When using a SAX Parser one can read preprocessing instructions by implementing a handler but how are preprocessing instructions fetched when using a DOM Parser?<BR><BR>Thanks,<BR><BR>Rob</FONT> </P></BODY></HTML>
|
|