Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
sun-htmlmacro - Macro engine for generating HTML documents
- Description:
Writing a serious, consistent, nice-looking documents in HTML
is hard. CSS improves the situation a bit, but it's still
very painful. For example, suppose if you are writing a
release note like this, and you want to do:
1. Generate the navigation bar in multiple pages
2. Have the same footer for all documents
This project believes that a part of the problem is the lack
of "programmability" in HTML. For example, if you can define
your own <footer/> tag (just like you define a JSP tag), then
it becomes very easy to guarantee the consistent footer.
HTMLMacro lets you do just that. When you write HTML,
it lets you define and use macros.
Packages