<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.72.2106.6"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>Just a small note I forgot to add in my last 
message:</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>An XML parser does have all of the information to be able to 
process a document with short tags if you don't care about debugging. However, 
if I have a document with 10 000 start tags and with 9 999 end tags, the only 
information a parser can give is that the document isn't valid. This is because 
it won't know which elements are complete and which are still open. If it made 
some futile attempt to detect by checking with the DTD and debugging that way, 
it still isn't exact. Whereas, using long tags the parser can search for exactly 
which tag isn't closed and output its starting line position. This makes 
debugging cause a lot less headaches. </FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Another part of my two cents,</FONT></DIV>
<DIV><FONT size=2>Cheers,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>Michael Alaly<BR><A 
href="mailto:alaly@inlink.com">alaly@inlink.com</A> | 
314.878.6474</FONT></DIV></BODY></HTML>