Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
MSDN Blogs
>
Microsoft XML Team's WebLog
Server & Tools Blogs
>
Data Platform Blogs
>
Microsoft XML Team Blog
All About Data Platform
All About Data Platform
Data Development
ADO.NET (Managed Providers, DataSet & EF)
WCF Data Services
SQL Server Customer Advisory Team
SQL Server Protocols
Microsoft XML Team
JDBC
Microsoft Drivers for PHP for SQL Server
Sync
SQL Server Data Tools
StreamInsight
Data Quality Services
Data Quality Services
SQL Server Customer Advisory Team
Jessica Meats’ Blog
All MSDN DQS Postings
OLTP
SQL Server Team
ADO.NET (Managed Providers, DataSet & EF)
SQL Server Customer Advisory Team
SQL Release Services
SQL OS
Running SAP on SQL Server
Conor vs. SQL
SQL AlwaysOn Team
SQL Server Manageability
Integration Services
SSIS
Data Quality Services
SQL Server Customer Advisory Team
All MSDN SSIS Postings
Data Security & Storage
SQL Server Security
SQL Server Storage Engine
SQL OS
SQL Server Customer Advisory Team
Data in the Cloud
Windows Azure
Your Data in the Cloud
SQL Server Team
Silver Lining
Microsoft XML Team Blog
Out of the Angle Brackets
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
EDM
LINQ to XML
Linq to Xsd
MSXML
Pages
Schema Validation
Security
silverlight
SQLXML
System.Xml
threading
xml
XML Futures
XML Notepad Tools
XPath
xquery
XSD
XSLT
More
▼
Less
▲
Archives
Archives
October 2011
(2)
September 2011
(5)
July 2010
(1)
May 2010
(1)
March 2010
(1)
June 2009
(2)
May 2009
(2)
April 2009
(1)
March 2009
(3)
February 2009
(2)
January 2009
(1)
December 2008
(1)
November 2008
(3)
September 2008
(2)
August 2008
(3)
July 2008
(1)
May 2008
(2)
March 2008
(3)
February 2008
(3)
November 2007
(2)
September 2007
(1)
August 2007
(1)
June 2007
(2)
May 2007
(2)
April 2007
(5)
March 2007
(7)
February 2007
(5)
December 2006
(2)
November 2006
(4)
October 2006
(2)
September 2006
(1)
August 2006
(3)
July 2006
(3)
June 2006
(3)
May 2006
(3)
April 2006
(1)
March 2006
(1)
February 2006
(3)
January 2006
(1)
December 2005
(1)
November 2005
(2)
October 2005
(2)
September 2005
(6)
August 2005
(2)
July 2005
(3)
June 2005
(8)
May 2005
(4)
April 2005
(5)
March 2005
(3)
February 2005
(3)
January 2005
(6)
December 2004
(6)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft XML Team's WebLog
Xslt 1.0 biggest issues (kind of) solved
Posted
over 2 years ago
by
XmlTeam
4
Comments
Xslt 1.0 has a number of issues that can make the life of an Xml developer frustrating. A lot of them are addressed by Xslt 2.0. Unfortunately the .NET Framework does not have an Xslt 2.0 compliant processor. Fortunately most of the biggest Xslt 1.0 pain...
Microsoft XML Team's WebLog
The world has moved on, have you? Xml APIs you should avoid using.
Posted
over 2 years ago
by
XmlTeam
6
Comments
There is a few Xml APIs you should not be using. In some cases the complier makes this obvious – the API is marked as obsolete and you will get a warning when compiling an application that uses any of these APIs. All the obsolete APIs have their replacements...
Microsoft XML Team's WebLog
Effective Xml Part 5: Something went really wrong – OutOfMemoryException and StackOverflowException thrown when using XslCompiledTransform
Posted
over 2 years ago
by
XmlTeam
0
Comments
So, your application is crashing and it is crashing in the bad way. After spending hours of debugging and trying different things you figured out that this is this Xslt stylesheet that causes all the problems. How come? XslCompiledTransform is a compiler...
Microsoft XML Team's WebLog
Effective Xml Part 4: Let me project this (Xml file) for you
Posted
over 2 years ago
by
XmlTeam
0
Comments
Xml is ubiquitous. No doubt about it. It is being used almost everywhere and almost by everyone. This includes places where huge amounts of data are being processed. This means xml files (or streams) used there are also huge. And the bigger the Xml file...
Microsoft XML Team's WebLog
Effective Xml Part 3: Didn’t you say XslCompiledTransform was fast?
Posted
over 2 years ago
by
XmlTeam
0
Comments
“XslCompiledTransform is fast.” “Really?” “Yeah, XslCompiledTransform is fast… if used correctly.” Indeed, depending on how you use XslCompiledTransform API your transformations can be really fast or not-that-fast (to say the least). The key to understanding...
Microsoft XML Team's WebLog
Effective Xml Part 2: How to kill the performance of an app with XPath…
Posted
over 2 years ago
by
XmlTeam
0
Comments
XPath expressions are pretty flexible. This flexibility allows for very creative ways of using XPath. Unfortunately some of them are suboptimal and cause bad performance of apps. This is especially visible in Xslt transformations where stylesheets contains...
Microsoft XML Team's WebLog
Effective Xml Part 1: Choose the right API
Posted
over 2 years ago
by
XmlTeam
3
Comments
This is the first part of a mini-series of blog posts about using Xml on .NET Framework platform in an effective way. Although I will be focusing on .NET Framework platform I hope that at least some of the information will be general enough to apply to...
Microsoft XML Team's WebLog
[Updated 07/23/2010] MSXML6 is now in-band, MSI setup headaches should now (almost) be gone..
Posted
over 3 years ago
by
XmlTeam
0
Comments
Windows 7 Windows Server 2008 R2 Windows Vista (All SPs) Windows Server 2008 (All SPs) Windows XP SP3 Windows XP SP2 Windows Server 2003 (All Versions) In-Band In-Band In-Band In-Band In-Band OOB 07/13/2010: End-of-Support OOB (Update - This blog...
Microsoft XML Team's WebLog
Visual Studio Editor Choosing System
Posted
over 3 years ago
by
XmlTeam
1
Comments
This document gives an overview of how the Visual Studio editor choosing system works, and as an example discusses the XML Editor’s choosing system. Visual Studio has the ability to associate multiple editors with a single a file extension. For instance, .xaml files have multiple editor implementations associated with them. This raises the question of how Visual Studio chooses a specific editor implementation when asked to open a file. his document gives an overview of how the Visual Studio editor choosing system works. Below, we discuss how Visual Studio decides which editor to open for a file extension; we review the IVsEditorFactoryChooser interface that further advances the choosing mechanism, and the Visual Studio XML Editor’s implementation of this interface: XmlChooser....
Microsoft XML Team's WebLog
MSXML4.0 SP2 is going out-of-support in April. 2010
Posted
over 3 years ago
by
XmlTeam
1
Comments
This is a friendly reminder that MSXML4.0 SP2 is going out-of-support on 4/13/2010. Applications using MSXML4.0 should be either migrated to MSXML6.0 or upgraded to MSXML 4.0 SP3 . For more information about the Microsoft Support Lifecycle Policy, please...
Microsoft XML Team's WebLog
Understanding XML Schema Sets in the XSD Designer
Posted
over 4 years ago
by
XmlTeam
1
Comments
We have recently blogged about the new XML Schema Designer and the various views over schemas offered by it. We visit here the concept of schema sets, which are actually the central organizing concept around what is shown in the designer for a buffer...
Microsoft XML Team's WebLog
LINQ to XSD now available on CodePlex
Posted
over 4 years ago
by
XmlTeam
4
Comments
We are happy to announce that we are releasing the sources for LINQ to XSD on CodePlex at http://linqtoxsd.codeplex.com . LINQ to XSD allows you to program with strongly-typed classes based on an XSD schema and was previously released on MSDN as an alpha...
Microsoft XML Team's WebLog
Stylesheet import tree in the XSLT Debugger
Posted
over 4 years ago
by
XmlTeam
3
Comments
Complex XSLT stylesheets often contain several include and/or imports instructions. VS XML Editor has very limited support for such scenarios. (Most noticeable it lacks the concept of "primary stylesheet".) In the XSLT Debugging session you may...
Microsoft XML Team's WebLog
XML and Languages
Posted
over 4 years ago
by
XmlTeam
2
Comments
I've written in the past about XML and languages, and why you might be interested in being aware of the language associated with text. Text with no language is just not quite there Impact of text language on WPF Text, language and sorting For dealing...
Microsoft XML Team's WebLog
XmlSchemaSet Thread Safety
Posted
over 4 years ago
by
XmlTeam
3
Comments
Here's a good word of warning: even if an object "feels" read-only because you're not calling code to modify it, if it's not documented as safe for use from multiple threads, then you shouldn't risk it. As an example, let’s look at XmlSchema and XmlSchemaSet...
Microsoft XML Team's WebLog
Converting from XmlDocument to XDocument
Posted
over 4 years ago
by
XmlTeam
1
Comments
Converting from XmlDocument to XDocument has a number of benefits, including the ability to use LINQ to XML, use a much cleaner object model, get better name handling with XName and being able to use functional constructors. However, there are a lot of...
Microsoft XML Team's WebLog
Hotfix for Visual Studio hang when opening Web project from a remote site
Posted
over 4 years ago
by
XmlTeam
1
Comments
Under certain conditions opening Web projects from remote sites may become very slow. We've seen quite a few 'hang' reports submitted via 'Send Information to Microsoft' feedback (aka Dr. Watson ). The reason is that sometimes XML editor (which is used...
Microsoft XML Team's WebLog
MSXML4 SP3 Is Available Now!
Posted
over 4 years ago
by
XmlTeam
6
Comments
Today, we officially released MSXML4.0 Service Pack 3 (SP3) on the Microsoft Download Center as a stand-alone installer in multiple languages. MSXML4.0 SP3 is a complete replacement of MSXML4.0, MSXML4.0 SP1 and MSXML4.0 SP2 and contains a number of...
Microsoft XML Team's WebLog
XML Schema Designer - Content Model View
Posted
over 4 years ago
by
XmlTeam
2
Comments
The new XML Schema Designer (see this previous blog post for a d/l location to the CTP) offers four views over XML Schema Sets: XML Schema Explorer , Graph View , Content Model View, and Start View. This entry will focus on the Content Model View. The...
Microsoft XML Team's WebLog
Equality Semantics of LINQ to XML Trees
Posted
over 4 years ago
by
XmlTeam
1
Comments
In certain scenarios, it is important to be able to compare two XML trees for equivalence. For example, if you are writing a web service that serves results of queries, and you want to cache query results so that duplicate queries use previously cached...
Microsoft XML Team's WebLog
XML Schema Designer Graph View
Posted
over 4 years ago
by
XmlTeam
2
Comments
The new XML Schema Designer (see this previous blog post for a d/l location to the CTP) offers four views over XML Schema Sets: XML Schema Explorer , Graph View, Content Model View , and Start View. This entry will focus on the Graph View. ...
Microsoft XML Team's WebLog
MSXML 4.0 Service Pack 3 Beta
Posted
over 5 years ago
by
XmlTeam
3
Comments
The MSXML Team is pleased to announce that MSXML 4.0 Service Pack 3 (SP3) Beta is available for public testing. This new service pack includes a number of security bug fixes as well as reliability improvements. MSXML4 SP3 is a complete replacement of...
Microsoft XML Team's WebLog
MSXML 4.0 Service Pack 3 Beta Coming Soon!
Posted
over 5 years ago
by
XmlTeam
3
Comments
The MSXML Team is getting ready to release the MSXML 4.0 Service Pack 3 Beta very soon! MSXML4 SP3 is a complete replacement of previous MSXML 4.0 service packs. The new service pack includes: - A number of security bug fixes - Reliability improvements...
Microsoft XML Team's WebLog
XML Schema Designer in the PDC VPC
Posted
over 5 years ago
by
XmlTeam
3
Comments
In the Orcas SP1 release we released our XML Schema Explorer . In the Visual tudio 10 PDC VPC we shipped our first rev of the next set of planned features for our XML Schema Designer. Check out the Visual Studio 2010 and .NET Framework 4.0...
Microsoft XML Team's WebLog
XML Schema Explorer Channel 9 Session
Posted
over 5 years ago
by
XmlTeam
1
Comments
Beth Massi and Yang Xiao did a great Channel 9 session that centered on XML Literals and the XML Schema Explorer. Check the session out here . One thing that doesn’t come across in the video is that the Explorer can be used with any XSD set, not just...
Page 1 of 6 (141 items)
1
2
3
4
5
»