0

I got some errors while loading corrupted xml layouts for DockPanel, so I'm trying to code a function to assure that the xml layout is correct before loading it with LoadFromXml. Is there any XSD file for validate the XML saved from DockPanel?

Thank you.

Brujah
  • 53
  • 6

1 Answers1

0

There is none so far. If you can create one and share with us, we can integrate it in https://github.com/dockpanelsuite/dockpanelsuite

Lex Li
  • 60,503
  • 9
  • 116
  • 147
  • Well, I'll try it, but I'm not proficient on DockPanel, so I don't promise anything :P – Brujah May 13 '13 at 06:30
  • I have a preliminar version, that apparently works on my application. How I can send it to you? – Brujah May 13 '13 at 06:49
  • Please create a GitHub account (if you don't have yet), fork from dockpanelsuite/dockpanelsuite, in your own fork add this XSD file to a location that you find suitable, and finally send a pull request back. https://help.github.com/ You can learn about GitHub from here. – Lex Li May 13 '13 at 07:17