5

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

1 Answers1

0

Did you try RelaxngValidatingReader? See https://stackoverflow.com/a/16347104/1712389

Community
  • 1
  • 1
Rintze Zelle
  • 1,654
  • 1
  • 14
  • 30
  • That doesn't help in the XML editor, though; only in programs. – SamB Oct 23 '15 at 04:53
  • Ah, you're right. Also, the original poster asked the same question on the Microsoft forums, but didn't get a helpful reply: https://social.msdn.microsoft.com/Forums/vstudio/en-US/b60046e9-e6e7-40a1-8883-61ab30eb2e41/its-possible-to-use-relax-ng-in-visual-studio?forum=visualstudiogeneral – Rintze Zelle Oct 23 '15 at 20:37