XML Plugin Packages for Atom Editor

This chapter provides notes and tutorial examples on XML Plugin Packages for Atom Editor. Topics include installing 'XML Tools' plugin package on Atom; running XPath queries with 'XML Tools'; trying atom-xsltransform plugin package.

XML Tools Package for Atom

XPath Query with XML Tools on Atom

atom-xsltransform Package for Atom

Takeaways:

GitHub ended support for Atom on December 15, 2022. The last release of Atom was 1.60.0 and archived at https://github.com/atom/atom/releases/tag/v1.60.0.

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 1.1 Changes and Parsing Examples

 Archived Tutorials

 References

 Full Version in PDF/EPUB