You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Doron Rosenberg <do...@gmail.com> on 2005/04/28 22:53:01 UTC

Schema validation of a part of an XML Document

Hi,

I got a java program running, using DOMParser and setting the
appropiate features on it, to validate a XML document against an XML
Schema file.

However, what I need is to validate certain parts of the XML document,
so that I can compare the Xerces schema validator to another
validator.  Would it be possible, to get a fragment (say using
GetElementById) and validating that? Perhaps by placing it in a new
in-memory document and that validating?

thanks!
Doron

---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-users-help@xerces.apache.org