Contents tagged with xml
-
Code Snippet Schema (snippetFormat.xsd)
The xml schema for Code Snippets in Visual Studio 2005 is located under the installation folder as follows:
-
Getting XSLT intellisense in VS .NET
Just read a post from Daniel Cazzulino on intellisense for XSLT in VS.NET. I use a product called Visual XSLT from ActiveState that not only provides intellisense, it allows me to debug and step through as well.
-
Resolving entities when loading XmlDocument
Recently I needed to place special characters in an xml document. I had to put the &trade and ® into the text of an attribute. When I loaded the xml into XmlDocument, I received an exception:
-
Reading XML
Don’t miss Dare’s new post on the different flavors for reading XML. I am looking forward to his article on the XPathReader to be posted at the XML Developer Center in the near future.
-
Using XPath on HTML
Just read another post by Dare with the XML team at Microsoft. My big question: Does this require the underlying HTML to actually be XHTML?
-
Of things data and XML...
Recently, Scott Cate and I began architecting enhancements to kbAlertz and other sites. I can see so much potential for XML technologies in every layer of the application. I am looking forward to the new XML features in SQL Server 2005, such as the XML data type mentioned in Dare’s recent blog.