D
Daniel Ng
hello,
According to the Xerces-C++ FAQ, validating an DOM (not xml file) is
not
supported. One way to do it is to write the DOM to a file and
re-parse it for validation.
Is there any way to validate an DOM without having to write it to a
file?
thank you very much.
Daniel
According to the Xerces-C++ FAQ, validating an DOM (not xml file) is
not
supported. One way to do it is to write the DOM to a file and
re-parse it for validation.
Is there any way to validate an DOM without having to write it to a
file?
thank you very much.
Daniel