Original author(s) | Chris Lovett, Michael Corning, Dan Doris[1] |
---|---|
Developer(s) | Microsoft |
Initial release | 1 September 2006 |
Stable release | 2.9.0.15[2]
/ 15 October 2024 |
Repository | github |
Written in | C#[1] |
Operating system | Windows 2000 and later[3][4] |
Platform | .NET Framework[1] |
Available in | English |
Type | XML editor |
License | MIT License[5] |
Website | microsoft |
XML Notepad is an open-source XML editor written by Chris Lovett and published by Microsoft.[1] The editor features incremental search in both tree and text views, drag/drop support, IntelliSense, find/replace with regular expressions and XPath expressions, and support for XInclude.[1][3] The editor has good performance on large XML documents and has real time XML schema validation.[1] The editor also features an HTML viewer for displaying XSLT transformation results and a built-in XML comparison tool.[6]
The program's source code was made available on CodePlex on 20 April 2007, and moved to GitHub in April 2016.[7][8]
The original XML Notepad was written in 1998 by Murray Low in C++, but was eventually removed from Microsoft Developer Network (MSDN) due to its lack of support for modern XML standards and no maintenance. However, because of high demand, a replacement was written in C# by Chris Lovett using the System.Xml library of the .NET Framework 2.0.[1]
XML Notepad 2007 was released eight months after the release of XML Notepad 2006. The new version featured several bug fixes, Windows Vista compatibility and updated Aero-style computer icons.[9]
XML Notepad 2.6 was released in 2014 containing various bug fixes reported by community on codeplex. It was also updated to use .NET Framework 4.0. According to the Codeplex Web site it moved in 2016 to GitHub.[8][10]