On Thu, May 17, 2001 at 05:43:36PM +0200, Christoph Kukulies wrote:
> 
> Sorry that this is not directly tomcat related but in the course of 
> writing a jsp/servlet application I came across the problem
> that I'm generating a FORM which contains 
> something like:
> 
> fprintf(yyout,"<input type=\"hidden\" name=line%d value=\"%s\">\n",p,s);
> 
> But string s can contain " quotes. In order to have the quotes later
> appear in the html page, what do I have to do to quote the quotes?

Dumb question. *withdrawn*
(inserted &#34; for the quotes).
> 
> -- 
> Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

Reply via email to