At 11.34 12/07/2005 -0400, Hank Wallace wrote:
I have searched the FAQ and Google'd, but I cannot find a way to validate that the XML being processed is well formed. I don't want to validate against a DTD. Can someone point me in the right direction?
If you are talking about Xerces-C++, it will not accept a non-well-formed XML; so, if the call to parse() succeeds, it's well-formed.
Alberto
