<div>If I understand correctly, your problem is that you want to express</div><div>HTML in sexprs à la CL-WHO but with inlined PS expressions</div><div>to dynamically change what gets emitted. Since you want PS</div><div>expressions, you must be generating this HTML at runtime in</div>

<div>the browser. Is that right?</div><div><br></div><div>It so happens that I got frustrated with doing the same thing</div><div>yesterday and wrote a macro to allow me to inline HTML inside</div><div>PS in this way. Before I post it, though, I want to make sure it</div>

<div>at least covers all our existing cases.</div><div><br></div><div>Can other people pipe up and explain what they do to generate</div><div>HTML from PS? Is there currently a standard solution better than</div><div>"<div>"+blah+"</div>"?</div>

<div><br></div><div>Daniel</div><div><br></div><div><br><div class="gmail_quote">2010/6/20 Haris Bogdanović <span dir="ltr"><<a href="mailto:fbogdanovic@xnet.hr">fbogdanovic@xnet.hr</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">







<div bgcolor="#ffffff">
<div><font face="Arial" size="2">Hi.</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">How to set bgcolor within td tag 
(cl-who):</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">(:td (ps (setf bgcolor "blue")))</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">or something like this to get</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">this.bgcolor="blue"      
?</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">Thanks</font></div></div>
<br>_______________________________________________<br>
parenscript-devel mailing list<br>
<a href="mailto:parenscript-devel@common-lisp.net">parenscript-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel</a><br>
<br></blockquote></div><br></div>