Description:
Ballerina must support the validation of XML data using a XML Schema (XD).
Describe your problem(s)
This is a highly used feature within corporations dealing with XML. They need to check if the content (XML) matches with a provided XML Schema.
Describe your solution(s)
Add a simple XML Utils with a validate method. A simple solution without imports can be created in the first place.
Description: Ballerina must support the validation of XML data using a XML Schema (XD).
Describe your problem(s) This is a highly used feature within corporations dealing with XML. They need to check if the content (XML) matches with a provided XML Schema.
Describe your solution(s) Add a simple XML Utils with a validate method. A simple solution without imports can be created in the first place.
https://github.com/ballerina-platform/ballerina-lang/issues/15756