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
<[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
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
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
>
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
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
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
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