I'd check to see if it exists before I even try to parse it. Just use some
standard 'C' call such as '_access("me.xml", 0)'. If it does exists and
simply isn't well-formed, I do not know off-hand if an exception is thrown
or a error-handler called. I would think it would since the inital doc
declaration would be invalid.  You might try creating an empty file and
seeing how the DOMParser handles it.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to