Last change
on this file since 25833 was
25833,
checked in by Jim Ursetto, 9 years ago
|
Treat IMG and a few others as inline in entag-xhtml, fixing whitespace issues; also add HTML5 inline elts
|
File size:
303 bytes
|
Line | |
---|
1 | (compile -s -O2 -d0 -o "sxml-transforms.so" -j sxml-transforms chicken/sxml-transforms.scm) |
---|
2 | (compile -s -O2 -d0 sxml-transforms.import.scm) |
---|
3 | |
---|
4 | (install-extension 'sxml-transforms |
---|
5 | `("sxml-transforms.so" |
---|
6 | "sxml-transforms.import.so" ) |
---|
7 | `((version "1.4.1") |
---|
8 | (documentation "sxml-transforms.html"))) |
---|
Note: See
TracBrowser
for help on using the repository browser.