Random photo
Loading...
Domains for sale
|
September 22, 20056 ways of associating XML Schema with XML document in VS 2005Hmm, according to Stan Kitsis there is at least 6 ways to associate an XML Schema with an XML document in Visual Studio 2005: 1. Schemas Property on your XML documentIs it actually sane? Now I can easily imagine a situation when I cannot be sure against which XML Schema file I'm validating my documents. Lots of flexibility, too much or just right? What is your take? September 22, 2005 3:04 PM
| #XML
, #XML in Visual Studio
Comments
Schemas property in the Property window will always show which schemas are used for validation. If you don't like what the XML Editor picked, you can always change the property. Posted by: Stan Kitsis at September 23, 2005 3:41 AMYeah, should be some simple way to figure out which schema is actually gonna be used. There should be some linking to the Schema, like a SmartTag on the xmlns "View this Schema". Off-Topic: is there any way Microsoft will implement RDF-Support in VisualStudio? (especially designer-support for RDF-Schema, editor-support for the non-xml-dialects (like notation3) and of course System.Rdf) Posted by: Pascal at September 22, 2005 3:52 PMPost a comment
|