XML Tutorials - Herong's Tutorial Examples - v5.23, by Herong Yang
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:
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:
See next tutorial for examples of using "XML Tools" package for Atom.
Table of Contents
Introduction of XML (eXtensible Markup Language)
DOM (Document Object Model) Programming Interface
SAX (Simple API for XML) Programming Interface
DTD (Document Type Definition) Introduction
Validating an XML Document against the Specified DTD Document Type
XSD (XML Schema Definition) Introduction
Validating XML Documents Against Specified XML Schemas
XSL (Extensible Stylesheet Language) Introduction
XSLT (XSL Transformations) Introduction
XSLT Elements as Programming Statements
Control and Generate XML Element in the Result
PHP Extensions for XML Manipulation
Processing XML with Python Scripts
XML Tools Plugin for Notepad++
►XML Plugin Packages for Atom Editor
XPath Query with XML Tools on Atom
atom-xsltransform Package for Atom