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: 3 months ago
JSON representation
An XPath-like DSL that makes navigation in XML DOM trees easier.
- Host: GitHub
- URL: https://github.com/pharo-contributions/XML-Pastell
- Owner: pharo-contributions
- License: mit
- Created: 2019-11-04T21:44:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T21:08:32.000Z (almost 5 years ago)
- Last Synced: 2024-04-24T18:25:01.263Z (7 months ago)
- Language: Smalltalk
- Size: 67.4 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pharo - XML-Pastell - An XPath-like DSL that makes navigation in XML DOM trees easier. (Data interexchange format)
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.
```
## UsageA 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)