1.

Is There A Facility In Xerces-c++ To Validate The Data Contained In A Dom Tree? That Is, Without Saving And Re-parsing The Source Document?

Answer»

No, there is no such functionality. The best you can do for now is to create the DOM DOCUMENT, WRITE it back as XML and re-parse it with VALIDATION TURNED on.

No, there is no such functionality. The best you can do for now is to create the DOM document, write it back as XML and re-parse it with validation turned on.



Discussion

No Comment Found