Frends.XML.Validate / 1.2.0
Summary
Checks an XML document against one or more XSD schemas and returns the individual violations rather than only a verdict.
Typical use — screening inbound documents at the boundary, so bad data is rejected with a reason instead of failing deeper in
Validate task input.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Xml | String |
– | <xml>content</xml> |
XML to validate. |
| XsdSchemas | String[] |
– | [ "<xs:schema>...</xs:schema>", "<xs:schema>...</xs:schema>" ] |
List of XML Schema Definitions |