Hi, The DOMErrorHandler works nicely during parsing. If I have a duplicate value for an ID in the document then it is reported.
But, if I make a change to the document AFTER parsing which contains an error, then the error is not reported. For example, if I set an ID attribute to a value that already exists or if I put a String into an Integer attribute. Do you plan to implement this handling of errors with dynamic changes to the Document? If it is maybe already implemented, but just not working correctly, then please give me pointers as to where I should look in the code to solve this problem. Thanks in advance, Evert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
