This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xml literals


> i also try first variants like this:
> 
> #|kawa:3|# (html:td "toto")
> <td>toto</td>
> 
> i can find a place to put the options of an html TAG
> is there a way to do it? or not yet implemented?

Something like the following works:

  (html:td class: "foo" "here is content")

Regards,

-chaw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]