Latest Version: 0.9.6.2

hinclude

Tired of regenerating HTML pages from templates? Want more from Web caches? HInclude makes one thing very easy; including other bits of HTML into your Web page, using the browser.


Functions

f include(url, default='') ...

Do a client-side include of url, defaulting to default` >>> include("/foo","hello") '<hx:include src="/foo">hello</hx:include>'

See the source for more information.

Top