XML Notepad

This is an old revision of this page, as edited by 173.9.173.173 (talk) at 19:26, 21 May 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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][2] 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.[4]

XML Notepad
Original author(s)Chris Lovett, Michael Corning, Dan Doris[1]
Developer(s)Microsoft
Initial release1 September 2006; 19 years ago (2006-09-01)
Stable release
2.5 / 26 April 2007; 18 years ago (2007-04-26)
Repository
Written inC#[1]
Operating systemWindows 2000 and later[2][3]
Platform.NET Framework 2.0[1]
TypeXML editor
LicenseMicrosoft Public License
Websitexmlnotepad.codeplex.com

The program's source code was made available on CodePlex on 20 April 2007.[5]

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.[6]

See also

References

  1. ^ a b c d e f g Lovett, Chris (August 2006). "XML Notepad 2007 Design". MSDN. Microsoft. Retrieved 16 July 2010.
  2. ^ a b "XML Notepad 2007". Download Center. Microsoft. 5 September 2007. Retrieved 16 July 2010.
  3. ^ "XML Notepad 2007 2.5". Download.com. CBS Interactive. 18 September 2007. Retrieved 16 July 2010.
  4. ^ Lovett, Chris (5 September 2006). "XML Notepad 2006". Microsoft XML Team Blog. Microsoft. Retrieved 16 July 2010.
  5. ^ Lovett, Chris (20 April 2007). "XML Notepad Source Code on CodePlex". Microsoft XML Team Blog. Microsoft. Retrieved 16 July 2010.
  6. ^ Oiaga, Marius (23 November 2006). "Microsoft Unveils XML Notepad 2007". Softpedia. SoftNews. Retrieved 16 July 2010.

Further reading