Home

Awesome

XML-Pastell

Build Status Coverage Status

An XPath-like DSL that makes navigation in XML DOM trees easier.

Installation

Metacello new
	baseline: 'Pastell';
	repository: 'github://pharo-contributions/XML-Pastell/src';
	load.

Usage

A simple example on how to use the Pastell library:

...

results in the following XML output

...

LICENSE

MIT License

History

This project was migrated from http://smalltalkhub.com/#!/~PharoExtras/Pastell