RevalidatingDOMParser is broken in Xerces, and won't get fixed until the schema support is done.
Ted ----- Original Message ----- From: "Michel Benhamou" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 15, 2000 4:05 PM Subject: How to use RevalidatingDOMParser? > I tried the validate method of a RevalidatingDOMParser > on a node but it doesn'work. > It seems that the fCurrentContentSpecType field used in > the checkContent method of DTDValidator class is set to -1 > instead of the correct value corresponding to the node. I guess > there must be some initialising code necessary before calling validate. > Can anyone help? > > >