N
Novitas
I would like to perform a schema validation of a DOM tree that is
already assembled in memory with as little fuss and setup as possible.
I see support in the Xerces documentation to perform validation with
DOMBuilder and XercesDOMParser. There is also an interface class
called XMLValidator, but it is not clear to me how I might use these
resources to achieve what I described above. Any help getting started
in the right direction would be greatly appreciated.
Thanks in advance
already assembled in memory with as little fuss and setup as possible.
I see support in the Xerces documentation to perform validation with
DOMBuilder and XercesDOMParser. There is also an interface class
called XMLValidator, but it is not clear to me how I might use these
resources to achieve what I described above. Any help getting started
in the right direction would be greatly appreciated.
Thanks in advance