i've just started working with clearsilver and have very little experience programming. i'm trying to make a clearsilver template that searches an HTML...
Hi chaps, In the ongoing quest to remove all the errors from my error.log I'm now looking at an error about API versions between Python and ClearSilver. As it...
Hi, I'm trying to use Clearsilver with the Boa webserver (www.boa.org). As far as I can tell, Boa does not have an "AddHandler" feature like Apache, so I'm...
Hi, We are seeing this this error in our apache error.log. You'll have to forgive me but I dont know what bit of our system uses ClearSilver. Our linux web...
I have been working on a clearsilver backend replacement for this yui connection manager example: http://developer.yahoo.com/yui/examples/connection/post.html ...
Hi. I am trying to figure out how to display multiple lines of several values. I know this is basic and done all the time in CGIs, but I am having trouble...
Hey everyone, The website documentation doesn't cover in great detail the C programming logic to create a CGI. I have looked at the examples in the the cgi/...
I'm trying to run a Perl script (ezmlm-web) that makes use of ClearSilver under Perl 5.8.8 on a Fedora Core 7 platform. When I call the script, Perl errors...
Hi, The ftp://biology.nmsu.edu/pub/software/clearsilver++/ is unavailable. Anybody can send Me the last version of ClearSilver++? Thank you for help, Tibor...
Hello, I've got some error on my template but I get no error message to apache log. I use perl CGI scripts on apache 2. It prints some part of page and then it...
Hello. I'm using ClearSilver within XML documents, and it makes a problem : CS uses XML's processing instructions, and these are illegal in attributes (<a...
Hello, I've got a problem with using variable in <?cs include: ?> in template. I can include file <?cs include: "path_to_file/file.tmpl" ?> I've defined in...
hello sir, i have created a html file with following tags, <form method="post" enctype="multipart/form-data" action="upload.cgi"> <tr class="ch_fl1"> <td...
hello everyone.. hope all u r doing great.. i am new to this clearsilver.. Now, I am in need of a file upload and a file download.. I cant find any more help...
I am trying to build ClearSilver 0.10.5 on a WinXP system under MinGW (msys 1.0.10). I am configuring the make as follows: ./configure --disable-apache...
Hi, After reading the documentation on ClearSilver, it is not clear to me whether the Java method CS.close() closes the HDF passed as the first argument to the...
Hello, when I submit a form and then use hdf.getValue('Query.x',39;'), I want to give NCR values (http://en.wikipedia.org/wiki/Numeric_character_reference). I...
hello, while working on my own little c++ wrapper for clearsilver i came across a small inconsistence in hdf_copy(); it doesn't copy the source default value...
hello, I want to save unicode values in my HDF files to use them in my code (python code) and templates, but I don't now how can I do this. now, maybe because...
Hey guys, In cgi_parse() there is a string comparison made when we have a POST request: if (type && !strcmp(type, "application/x-www-form-urlencoded")) //... ...
Hello, I'm using the Trac tool, and I'm having a problem that the solution given was to upgrade the ClearSilver from 0.9.14 to 0.10.x (to be more especific...
Hello, the code in cs/ does not pass it's testsuite on amd64 machines, at least not on mine and a quick search on the net confirmed that others have the...
Hi, The idea would be to be able to: - set a name of node like setbuf (namely, the hdf manages the memory buffer). - tell the hdf node not to free its name...
Hi, the debian package checker lintian complained about some manpage format problems in the clearsilver package. Attached you find a patch that fixes these...
Hello All, As you all probably know there is no HDF node attribute manipulating facilities for templates. It may be so because nobody needs them, but, well, it...
Hi, I try to generate an array filled in a c cgi like this : char values[15][4]; int x; // populate values for (x = 0; x < 15; x++) { sprintf(values[x], "%d",...
I am working on a project with 2 UI frameworks: 1) a legacy one with perl + Template Toolkit 2) a second one in PHP, where we are adpoting ClearSilver. While...