Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.37 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.37 KB

Excemel: Better XML for JRuby

Build Status Gem Version Dependency Status Code Climate Coverage Status

Excemel is a Ruby DSL for Elliotte Rusty Harold's XOM XML library. It is based on Jim Weirich's Builder. Excemel brings to JRuby the expressiveness and close-to-the-language XML construction features of Builder with the correctness, simplicity, and performance of XOM.

Excemel extends the semantics of Builder with methods to navigate the in memory XML document with XPath and exposing some of the powerful XML manipulation capabilities of XOM.

Usage

See usage examples under /examples directory of this distribution

Contact