XML-Pastell

Description

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

Details

Source
GitHub
License
MIT
Created
Nov. 4, 2019
Updated
Nov. 18, 2019

Categories

Serialization

README excerpt

# 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)
← Back to results