Validate
Validates XML using XSD schemas.
Last updated
Was this helpful?
Validates XML using XSD schemas.
Task version: 1.2.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
Xml : String
XML to validate.
Default: -
Example: content
XsdSchemas : String[]
List of XML Schema Definitions
Default: -
Example: [ "xs:schema...</xs:schema>", "<xs:schema>...</xs:schema>" ]
ThrowOnValidationErrors : Boolean
Whether to throw and exception on validation error or return as result.
Default: -
Example: true
IsValid : Boolean
Result of XML validation.
Example: true
Error : String
Validation error message, if any.
Example: The element 'book' has invalid child element 'review'.
Changelog for Task Frends.XML.Validate.
Updated outdated repository URLs
Update packages: System.Text.Encoding.CodePages 6.0.0 -> 9.0.3 coverlet.collector 3.1.0 -> 6.0.4 Microsoft.NET.Test.Sdk 16.11.0 -> 17.13.0 NUnit 3.13.2 -> 4.3.2 NUnit3TestAdapter 4.0.0 -> 5.0.0
Initial implementation
Last updated
Was this helpful?
Was this helpful?

