You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Alessio Sangalli <al...@manoweb.com> on 2002/11/14 17:58:20 UTC

inserting comment in html

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






---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: inserting comment in html

Posted by Alessio Sangalli <al...@manoweb.com>.
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.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: inserting comment in html

Posted by Upayavira <uv...@upaya.co.uk>.
> <!--#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 check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <co...@xml.apache.org>
> For additional commands, e-mail:   <co...@xml.apache.org>
> 



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>