Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cdepillabout/xml-html-qq

QuasiQuoter for XML and HTML Documents
https://github.com/cdepillabout/xml-html-qq

document haskell html quasi-quote quasiquote quasiquoter xml xml-conduit

Last synced: about 2 months ago
JSON representation

QuasiQuoter for XML and HTML Documents

Awesome Lists containing this project

README

        

Text.XML.QQ and Text.HTML.QQ
============================

[![Build Status](https://secure.travis-ci.org/cdepillabout/xml-html-qq.svg)](http://travis-ci.org/cdepillabout/xml-html-qq)
[![Hackage](https://img.shields.io/hackage/v/xml-html-qq.svg)](https://hackage.haskell.org/package/xml-html-qq)
[![Stackage LTS](http://stackage.org/package/xml-html-qq/badge/lts)](http://stackage.org/lts/package/xml-html-qq)
[![Stackage Nightly](http://stackage.org/package/xml-html-qq/badge/nightly)](http://stackage.org/nightly/package/xml-html-qq)
![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)

`xml-html-qq` provides quasi-quoters for XML and HTML `Document`s.

For documentation and usage examples, see the
[documentation](https://hackage.haskell.org/package/xml-html-qq) on Hackage.