ballerina-platform / ballerina-lang

The Ballerina Programming Language
https://ballerina.io/
Apache License 2.0
3.6k stars 745 forks source link

Ballerina XML validation with XML Schema (XSD) #35376

Open FiveO opened 2 years ago

FiveO commented 2 years ago

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

MaryamZi commented 1 month ago

Related to https://github.com/ballerina-platform/ballerina-library/issues/6938.