Content deleted Content added
No edit summary Tags: Reverted references removed Mobile edit Mobile web edit |
m Reverted edits by 102.1.4.95 (talk) to last version by Johannnes89 |
||
Line 1:
{{Short description|XML editor developed by Microsoft}}
{{Use American English|date=January 2019}}
{{Use dmy dates|date=November 2013}}
{{Infobox software
| name = XML Notepad
| logo = XML Notepad 2007 icon.png
| screenshot = XML Notepad 2007.png
| caption = XML Notepad 2007
| author = Chris Lovett, Michael Corning, Dan Doris<ref name="design" />
| developer = [[Microsoft]]
| released = {{Start date and age|df=yes|2006|09|01}}
| latest release version = 2.8.0.64<ref>[https://github.com/microsoft/XmlNotepad/tags Tags · microsoft/XmlNotepad · GitHub]</ref>
| latest release date = {{Start date and age|df=yes|2022|10|25}}
| repo = {{URL|https://github.com/microsoft/xmlnotepad}}
| programming language = [[C Sharp (programming language)|C#]]<ref name="design" />
| operating system = [[Windows 2000]] and later<ref name="download details">{{cite web
|url=http://www.microsoft.com/en-us/download/details.aspx?id=7973
|title=XML Notepad 2007
|work=Download Center
|publisher=[[Microsoft]]
|date=5 September 2007
|access-date=16 July 2010
}}</ref><ref>{{cite web
|url=http://download.cnet.com/XML-Notepad-2007/3000-10248_4-428209.html
|title=XML Notepad 2007 2.5
|work=[[Download.com]]
|publisher=[[CBS Interactive]]
|date=18 September 2007
|access-date=16 July 2010
}}</ref>
| platform = [[.NET Framework]]<ref name="design" /
| size
| language
| genre = [[XML editor]]
| license = [[MIT License]]<ref>{{cite web |url=https://github.com/microsoft/XmlNotepad/blob/master/LICENSE |title = XmlNotepad/LICENSE at master · microsoft/XmlNotepad · GitHub| website=[[GitHub]] }}</ref>
| website = {{URL|http://microsoft.github.io/XmlNotepad/}}
}}
'''XML Notepad''' is an [[open-source software|open-source]] [[XML editor]] written by Chris Lovett and published by [[Microsoft]].<ref name="design" /> The editor features [[incremental search]] in both tree and text views, drag/drop support, [[IntelliSense]], find/replace with [[regular expression]]s and [[XPath]] expressions, and support for XInclude.<ref name="design" /><ref name="download details" /> The editor has good performance on large XML documents and has real time XML schema validation.<ref name="design" /> The editor also features an HTML viewer for displaying [[XSLT]] transformation results and a built-in XML comparison tool.<ref>{{cite web|url=http://blogs.msdn.com/b/xmlteam/archive/2006/09/05/741251.aspx|title=XML Notepad 2006|work=Microsoft XML Team Blog|publisher=[[Microsoft]]|date=5 September 2006|access-date=16 July 2010|first=Chris |last=Lovett}}</ref>
The program's source code was made available on [[CodePlex]] on 20 April 2007, and moved to [[GitHub]] in April 2016.<ref>{{cite web|url=http://blogs.msdn.com/b/xmlteam/archive/2007/04/20/xml-notepad-source-code-on-codeplex.aspx|title=XML Notepad Source Code on CodePlex|work=Microsoft XML Team Blog|publisher=[[Microsoft]]|date=20 April 2007|access-date=16 July 2010|first=Chris |last=Lovett}}</ref><ref name="Microsoft pages of github" />
==History==
|