-->

Tuesday, June 19, 2018

XML Tools plugin for Notepad++
src: notepadhelper.com

XML Notepad is an open-source XML editor written by Chris Lovett and published by Microsoft. 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. The editor has good performance on large XML documents and has real time XML schema validation. The editor also features an HTML viewer for displaying XSLT transformation results and a built-in XML comparison tool.

The program's source code was made available on CodePlex on 20 April 2007, and moved to GitHub in April 2016.


Video XML Notepad



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.

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.

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.


Maps XML Notepad



See also

  • HTML editor
  • Comparison of XML editors
  • XMLSpy

XSD File Extension - What is an .xsd file and how do I open it?
src: cdn.fileinfo.com


References


How to put HTML tags into your XML document using macros in ...
src: i.ytimg.com


Further reading


Source of article : Wikipedia