hsx: HSX (Haskell Source with XML) allows literal XML syntax to be used in Haskell source code.

[ bsd3, deprecated, language, library, program ] [ Propose Tags ]
Deprecated in favor of hsx2hs

HSX (Haskell Source with XML) allows literal XML syntax to be used in Haskell source code. The trhsx preprocessor translates .hsx source files into ordinary .hs files. Literal XML syntax is translated into function calls for creating XML values of the appropriate forms. trhsx transforms literal XML syntax into a series of function calls. Any project can make use of the syntax by providing definitions for those functions, and the XML values produced will be of the types specified. This works for any types, since trhsx doesn't make any assumptions, or inserts any information depending on types. XMLGenerator defines a few typeclasses that together cover the functions injected by the preprocessor. A project that uses these classes to provide the semantics for the injected syntax will be able to use any functions written in terms of these, allowing better code reusability than if each project defines its own semantics for the XML syntax. Also, the classes makes it possible to use the literal syntax at different types within the same module. Achieving that is not as simple as it may seem, but the XMLGenerator module provides all the necessary machinery.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4, 0.4.4, 0.4.5, 0.4.6, 0.4.8, 0.5.0, 0.5.1, 0.5.2, 0.5.5, 0.5.6, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.9.0, 0.9.1, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.10.4, 0.10.5
Dependencies base (>3 && <5), haskell-src-exts (>=1.5), mtl, utf8-string [details]
License BSD-3-Clause
Author Niklas Broberg, Joel Björnson
Maintainer Niklas Broberg <nibro@cs.chalmers.se>
Category Language
Home page http://code.google.com/hsp
Uploaded by NiklasBroberg at 2010-02-19T11:16:04Z
Distributions
Reverse Dependencies 16 direct, 28 indirect [details]
Executables trhsx
Downloads 16746 total (69 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]