cloudscribe/cloudscribe.Web.Navigation

Add xsd file

Closed this issue · 1 comments

by maintaining (and also hosting) an xsd file, hand writing XML navigation/site maps would hopefully be faster and less prone to error, given the tools available in IDEs like VS.

A quick attempt (I am no expert) is in pull request #44

if opening navigation.xml in the NavigationDemo.Web, and then in the properties window selecting the schemas option and then finding the .xsd file in this pull request, right clicking and selecting 'use selected schema', and then returning to the xml file you will have all the autocomplete features for elements and attributes.

pull request was merged, closing this