Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] In place update and validation with Nux-1.3

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Wolfgang Hoschek <whoschek AT lbl.gov>
  • To: vitrpp AT netscape.net
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] In place update and validation with Nux-1.3
  • Date: Thu, 11 Aug 2005 17:31:23 -0700


User can go on making localized changes to DOM and does not have to validate the whole document.


This aspect could be taken care of by the serialize and reparse route outlined before, using the ResultSequenceSerializer with a Nodes object containing whatever (subtree) element you'd like to validate against, rather than a whole document.

Wolfgang.




Archive powered by MHonArc 2.6.24.

Top of Page