S-html 1.0.2

Released under the Eclipse Public License

A library of composable HTML generators.

Installation

To install, add the following dependency to your project or build file:

[s-html "1.0.2"]

Namespaces

s-html.print

Document printer.

Public variables and functions:

s-html.tags

Generic tag builders.

s-html.tags.atom

RFC4287 Atom feed tags.

s-html.tags.html

HTML4 & HTML5 tags.

s-html.tags.rss

RSS 2.0 tags.

s-html.utils

Useful utilities for handling S-HTML datastructures.