XML-Pastell

November 4, 2019 ยท View on GitHub

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

Contents

  1. 1Installation
  2. 2Usage
  3. 3LICENSE
  4. 4History