hi,

i want to use java to generate html and css - code!

for example, I'd like to use something like:

css.h1.fontstyle.normal();
this should add an entry in the h1 hashtable(!): ("fontstyle","normal")

so I very easy can generate
"h1 { font-style:normal; }\n" 

there should not only exist a method normal() but also italic()

and there should also exist fontfamily, fontsize and so on...

how to realize this???
any ideas???
thanks
michi


Reply via email to