How To Use
 All Modules Pages
XmlCheck - checking of selected data within an xml tree

Modules

 Introduction and basic usage
 
 Available options for checking data
 
 Selecting interesting parts with XPath
 
 Comparing two xml data sets
 
 Comparing an xml tree with a pattern file
 
 Changing filter settings
 
 Apply filter to xml tree
 
 Dump current filter settings
 
 C++ Header XmlCheck.h
 
 C++ Example: checking an arbitrary subtree within XML data (XmlCheck::CheckNode)
 
 C++ Example: comparing two XML files (XmlCheck::Compare)
 

Detailed Description

Please select one of the chapters listed above.

For a complete test project see: TestToolBox/Test/TestXmlCheckWithPugiXml.