Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ballerina XML validation with XML Schema (XSD) #35376

Open
FiveO opened this issue Mar 8, 2022 · 1 comment
Open

Ballerina XML validation with XML Schema (XSD) #35376

FiveO opened this issue Mar 8, 2022 · 1 comment
Labels
Lang/XML XML related issues Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/NewFeature

Comments

@FiveO
Copy link

FiveO commented Mar 8, 2022

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

@FiveO FiveO changed the title Implement schema validation in XSD Schema XML validation with XML Schema (XSD) Mar 8, 2022
@FiveO FiveO changed the title XML validation with XML Schema (XSD) Ballerina XML validation with XML Schema (XSD) Mar 8, 2022
@pubudu91 pubudu91 added Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Lang/XML XML related issues labels Mar 8, 2022
@MaryamZi
Copy link
Member

Related to ballerina-platform/ballerina-library#6938.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lang/XML XML related issues Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/NewFeature
Projects
None yet
Development

No branches or pull requests

3 participants