Can I use Relax NG in Visual Studio?

I want to build a schema for xml, and for what I was looking for, Relax NG provides better solutions than xmlSchema (xsd). Is there a way to use it in Visual Studio instead of xmlSchema?

+4
source share

All Articles