It may sound stupid, but I'm using a small framework for html generation containing of 3 classes:
Tag extends LinkedList
Attribute
Attributes extends LinkedList<Attribute>
(I have the source code)
However, excessive googling (also with source code) didn't help much, just gave me the link to a (fitting) file people.cs.uct.ac.za/~bfry/.../Tag.java
, but manually inspecting its homepage didn't help...
Does someone know this framework, I would like to refer to it in a tutorial...