Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/XmlNotepad
XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://github.com/microsoft/XmlNotepad
Last synced: 5 days ago
JSON representation
XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
- Host: GitHub
- URL: https://github.com/microsoft/XmlNotepad
- Owner: microsoft
- License: mit
- Created: 2016-04-27T20:15:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T19:41:21.000Z (3 months ago)
- Last Synced: 2024-07-30T01:49:35.880Z (3 months ago)
- Language: C#
- Homepage: https://microsoft.github.io/XmlNotepad/
- Size: 12.2 MB
- Stars: 969
- Watchers: 71
- Forks: 207
- Open Issues: 32
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
XML Notepad is a Windows program that provides a simple intuitive User Interface for browsing and editing XML documents. There are four ways to install it:
1. [ClickOnce® installer](https://lovettsoftwarestorage.blob.core.windows.net/downloads/XmlNotepad/XmlNotepad.application) - this is the most convenient, install it directly from the web browser.
2. [Standalone downloadable installer](https://lovettsoftwarestorage.blob.core.windows.net/downloads/XmlNotepad/XmlNotepadSetup.zip) if you need something that works offline.
Just download the zip file, copy it to the machine you want to install it on, unzip the file on that machine and run `XmlNotepadSetup.msi`.
3. [Windows MSIX installer](https://lovettsoftwarestorage.blob.core.windows.net/downloads/XmlNotepad.Net/index.html) if you need a trusted Windows installer.
4. You can also use [WinGet](https://winget.run/pkg/Microsoft/XMLNotepad) as follows: `winget install XmlNotepad`[![image](docs/assets/images/help.png)](https://youtu.be/bmchxiu_oV0)
[XML Notepad](http://microsoft.github.io/XmlNotepad) provides the following useful features:
- XML Schema aware Intellisense
- Find dialog that supports XPath
- Support for XInclude
- Supports XSLT transforms with inline viewer of XSLT output
- Automatic conversion of .csv, .json and .html files
- Handy stats about your XML documents
- XML diff to compare 2 similar XML documents
- Vibrant community with many [updates and bug fixes](http://microsoft.github.io/XmlNotepad/help/updates/).See [XML Notepad Design](http://microsoft.github.io/XmlNotepad/dev/design/) for information about how this application is built.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
## Change History
See [Change History](http://microsoft.github.io/XmlNotepad/help/updates/) for a list of new features and bug fixes.
## Help
See [Help Pages](http://microsoft.github.io/XmlNotepad).