XML Tools Package for Atom

This section describes XML Tools package for Atom and shows how to install it and access its functionalities.

What Is XML Tools Package for Atom? XML Tools package is a collection of essential XML utilities for the Atom text editor. It currently only supports XML formatting and XPath querying with 3 commands:

Note that Atom is no longer supported by GitHub in 2022. You need to go to the archive site at https://github.com/atom/atom/releases/tag/v1.60.0 to download and install Atom and its plugin packages manually. The automated installation process described below is not supported any more.

Here is what I did to install XML Tools package on my Atom editor.

1. Open a Web browser and to go to XML Tools for Atom Website at https://atom.io/packages/xml-tools.

2. Click "Install" link on the left. And allow your browser to run Atom. The installation screen shows up in Atom.

3. Click "Install" button. "XML Tools" package is installed automatically.

Now I can access "XML Tools" commands in 3 ways:

Installing XML Tools Package in Atom
Installing XML Tools Package in Atom

See next tutorial for examples of using "XML Tools" package for Atom.

Table of Contents

 About This Book

 Introduction of XML (eXtensible Markup Language)

 XML File Syntax

 XML File Browsers

 XML-JSON Document Conversion

 DOM (Document Object Model) Programming Interface

 SAX (Simple API for XML) Programming Interface

 DTD (Document Type Definition) Introduction

 Syntaxes of DTD Statements

 Validating an XML Document against the Specified DTD Document Type

 XSD (XML Schema Definition) Introduction

 Syntaxes of XSD Statements

 Validating XML Documents Against Specified XML Schemas

 XSL (Extensible Stylesheet Language) Introduction

 Java Implementation of XSLT

 XSLT (XSL Transformations) Introduction

 XPath (XML Path) Language

 XSLT Elements as Programming Statements

 Control and Generate XML Element in the Result

 PHP Extensions for XML Manipulation

 Processing XML with Python Scripts

 XML Notepad - XML Editor

 XML Tools Plugin for Notepad++

XML Plugin Packages for Atom Editor

XML Tools Package for Atom

 XPath Query with XML Tools on Atom

 atom-xsltransform Package for Atom

 XML 1.1 Changes and Parsing Examples

 Archived Tutorials

 References

 Full Version in PDF/EPUB