Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/pharo-contributions/XML-Pastell

An XPath-like DSL that makes navigation in XML DOM trees easier.
https://github.com/pharo-contributions/XML-Pastell

Last synced: 2 months ago
JSON representation

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

Lists

README

        

# XML-Pastell

[![Build Status](https://travis-ci.org/pharo-contributions/XML-Pastell.svg?branch=master)](https://travis-ci.org/pharo-contributions/XML-Pastell) [![Coverage Status](https://coveralls.io/repos/github/pharo-contributions/XML-Pastell/badge.svg?branch=master)](https://coveralls.io/github/pharo-contributions/XML-Pastell?branch=master)

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

## Installation

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

A simple example on how to use the Pastell library:

```Smalltalk
...
```

results in the following XML output
```HTML
...
```

## LICENSE
[MIT License](LICENSE)

## History
This project was migrated from [http://smalltalkhub.com/#!/~PharoExtras/Pastell](http://smalltalkhub.com/#!/~PharoExtras/Pastell)