XML Tools and all things schema in system.xml and MSXML
Browse by Tags
All Tags »
XML Schema (RSS)
-
MSDN just published my article on inline schemas . Check it out. Read More...
|
-
The XML Editor provides support for Inline Schemas. Inline schemas are XML schema definitions included inside XML instance documents. They can be used to validate that the rest of the XML matches the schema constraints in the same way that external schema Read More...
|
-
Did you know that there are multiple ways of associating a schema with an XML document in the XML Editor? The following list describes all of them in the order in which the XML Editor will look for them Schemas Property on your XML document Inline inside Read More...
|
-
Below are a few tips and tricks on using schema cache and schema catalogs with the new XML Editor in VS 2005. Schema Cache The XML Editor comes with a set of schemas that describe some of the W3C standard and some of the VS specific XML namespaces. These Read More...
|
-
I’ve seen a number of newsgroup posts asking how to find a particular element or how to get a list of all elements from either XmlSchema or XmlSchemaSet objects. Since we don’t provide this functionality in the framework, you need to manually traverse Read More...
|