inserting comment in html

2002-11-14 Thread Alessio Sangalli
Hi, I'm using cocoon to generate static html for a plain webserver. However this server has a 'counter' which needs the following code inside the html: !--#exec cgi=/cgi-bin/counter.pl-- How can I insert such a string from an xsl trasformation? bye thank you as

Re: inserting comment in html

2002-11-14 Thread Upayavira
!--#exec cgi=/cgi-bin/counter.pl-- How can I insert such a string from an xsl trasformation? xsl:comment#exec cgi=/cgi-bin/counter.pl/xsl:comment should do it. Regards, Upayavira bye thank you as - Please

Re: inserting comment in html

2002-11-14 Thread Alessio Sangalli
Upayavira wrote: #exec cgi=/cgi-bin/counter.pl should do it. perfect, thank you and sorry for such a stupid question. bye as - Please check that your question has not already been answered in the FAQ before posting.