An XPath-like DSL that makes navigation in XML DOM trees easier.
# XML-Pastell [](https://travis-ci.org/pharo-contributions/XML-Pastell) [](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)