Software:XML Notepad

From HandWiki
Short description: XML editor developed by Microsoft
XML Notepad
XML Notepad 2007 icon.png
XML Notepad 2007.png
XML Notepad 2007
Original author(s)Chris Lovett, Michael Corning, Dan Doris[1]
Developer(s)Microsoft
Initial release1 September 2006; 17 years ago (2006-09-01)
Stable release
2.9.0.7[2] / 24 October 2023; 3 months ago (2023-10-24)
Repositorygithub.com/microsoft/xmlnotepad
Written inC#[1]
Operating systemWindows 2000 and later[3][4]
Platform.NET Framework[1]
Available inEnglish
TypeXML editor
LicenseMIT License[5]
Websitemicrosoft.github.io/XmlNotepad/

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]

History

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]

See also

References

Further reading