Hello all, We have a project that wants to use libxml++ to parse and validate xml files. Originally we use DTD to validate, but recently we want to switch to XML Schema. However, I cannot find a way to do validation with parsing just as we did with DTD by calling set_validate().
Is there someone who knows if it is possible to do it simply, or I have to create a XsdValidator object separately to validate the XML file? Best regards, Lingxiao |