COCOATRON 1.0

Suite of Automator Actions that brings drag-and-drop simplicity to creating and automating complex XML Processing Pipelines.

  DOWNLOAD  

Cocoatron is the suite of Automator Actions that brings drag-and-drop simplicity to creating and automating complex XML Processing Pipelines.
Inspired by XProc and SXPipe, Cocoatron is a simple way to create, run and automate complicated XML processing pipelines without writing a line of custom 'glue' code in Java, C++ or other languages.
Conceptually, Cocoatron is a combination of XProc and Apple's Automator application.

XProc is the W3C's spec for high-level descriptions of XML processing pipelines. Automator is Apple's graphical application for creating scripting pipelines with drag-and-drop simplicity.
Cocoatron consists of six Automator Actions (composeable, configurable pipeline stages):
- Load XML Documents
- Process XIncludes of XML Documents
- Validate XML Documents (DTD, XSD, RNG)
- Transform XML Documents (XSLT)
- Query XML Documents (XQuery)
- Serialize XML Documents
Much like SXPipe, these actions deal strictly with XML Infosets. An Infoset is constructed using Load XML Documents and serialized back to text using Serialize XML Documents. To create pipleines, place other, built-in Apple Actions before and after these two such as Get Specified Finder Items, Get Specified URLs or New TextEdit Document.
Implemented using the powerful libxml2 framework, Cocoatron includes support for XInclude, XSLT 1.0, EXSLT, XQuery, and validation against DTD, W3C XML Schema, and RELAX NG XML syntax. Under the hood, the XML Infosets created and returned by Cocoatron Actions are actually libxml2 xmlDocPtr objects.

  DOWNLOAD  
Specifications
Developer:
Google Project Hosting
Related stories