[This is preliminary documentation and is subject to change.]

Provides validation of the Xml file and against the supplied xml file.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public string ValidateXml(
	string xmlFile,
	string xsdFile
)
Visual Basic (Declaration)
Public Function ValidateXml ( _
	xmlFile As String, _
	xsdFile As String _
) As String
Visual C++
public:
String^ ValidateXml(
	String^ xmlFile, 
	String^ xsdFile
)

Parameters

xmlFile
Type: System..::.String
The xml file to be validated
xsdFile
Type: System..::.String
The schema to be validated against

Return Value

empty if the xml is valid, otherwise provides the validation error

See Also