Re: Notification of Document changes during validation (Continued)

2005-10-28 Thread Dick Deneer
Thank you, I really would like this option seen implemented. I am getting a little bit desperate.I really liked the ease of the jaxp api, but the lack of this feature makes it worthless for my goal. I have to fall back to the native api and work around the bug of the of the mutaionEvents and Ow

RE: Notification of Document changes during validation (Continued)

2005-10-28 Thread Michael Glavassevich
<[EMAIL PROTECTED]> wrote on 10/28/2005 08:35:19 AM: > Michael, > > I alreay had planned to use the JAXP interface, so I changed my code and > used the validator as you suggested. > Indeed this solved both problems: > 1. I do get the MutationEvents > 2. The attributes now have their OwnerElement

RE: Notification of Document changes during validation (Continued)

2005-10-28 Thread Dick.Deneer
Aan: j-users@xerces.apache.org > Onderwerp: Re: Notification of Document changes during > validation (Continued) > > > It's a bug and it still exists in Xerces 2.7.1. While executing > Document.normalizeDocument(), the DOM normalizer receives default > attributes from the validato

Re: Notification of Document changes during validation (Continued)

2005-10-27 Thread Michael Glavassevich
need the notifcation of the added attribute,, otherwise my > JTree becomes corrupt. > > Dick Deneer > DonkeyDevelopment.com > > > -----Oorspronkelijk bericht- > Van: Michael Glavassevich [ mailto:[EMAIL PROTECTED] > Verzonden: donderdag 29 september 2005 19:16 >

Notification of Document changes during validation (Continued)

2005-10-27 Thread Dick
ifcation of the added attribute,, otherwise my JTree becomes corrupt. Dick Deneer DonkeyDevelopment.com -Oorspronkelijk bericht- Van: Michael Glavassevich [ mailto:[EMAIL PROTECTED] Verzonden: donderdag 29 september 2005 19:16 Aan: j-users@xerces.apache.org Onderwerp: Re: Notification of D

RE: Notification of Document changes during validation

2005-10-02 Thread Dick.Deneer
Thanks, This is exactly where I was looking for. -Oorspronkelijk bericht- Van: Michael Glavassevich [mailto:[EMAIL PROTECTED] Verzonden: donderdag 29 september 2005 19:16 Aan: j-users@xerces.apache.org Onderwerp: Re: Notification of Document changes during validation The Xerces DOM

Re: Notification of Document changes during validation

2005-09-29 Thread Michael Glavassevich
The Xerces DOM implementation supports DOM Level 2 events [1][2], specifically Mutation Events [3] which notify an application of modifications/additions/removals made to the DOM. I believe that's what you're looking for. [1] http://www.w3.org/TR/DOM-Level-2-Events/ [2] http://xml.apache.org/x

Notification of Document changes during validation

2005-09-28 Thread Dick.Deneer
Title: Notification of Document changes during validation I'm using xerces dom3 (version 2.6.2) to validate a dom document.The document is displayed in a Jtree. The Jtree should always display the latest content of the document. Problem is that the document.normalizeDocument actually ch