Ballerina XML validation with XML Schema (XSD) #35376
Labels
Lang/XML
XML related issues
Team/CompilerFE
All issues related to Language implementation and Compiler, this exclude run times.
Type/NewFeature
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.
##15756
The text was updated successfully, but these errors were encountered: