Hello developers of Xerces,

is it possible to revalidate a node or subtree in the DOM, without revalidating the 
whole instance, with Xerces2? This use case is
discribed in [1]. If this is readily not possible, what would it need to build support 
for such an operation, and are there any
plans on it?

It is now possible to read the PSVI information at document parse time using the 
Augmentations interfaces. This information should
be propageted to the created DOM. This could be done by creating a custom 
PSVIDOMParser that would create a customized PSVIDOM. But
how could I then revalidate a single node in that PSVIDOM?

Or am I missing something here?

Best regards, and keep up the good work,

        Mikko Honkala

[1] http://www.w3.org/TR/DOM-Level-3-ASLS/abstract-schemas.html#Validating-DOC


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

Reply via email to