Hi, I'm trying to compile ClearSilver on a System i platform. The compiler is C89 compatible (AFAIK). I am compiling the stuff manually, starting with the util...
Hi, I'm using an HDF file to store account info and I wanted to know if there's an easy way to delete nodes and re-order. For example: Accounts{ 0{ user=joe ...
Hi, I am new to CS, and have a quick question. I want to add a special tag in my templates for certain pieces of text. For example, I want to enclose text in...
Hey there! I recently discovered Clearsilver and it makes a good impression. I'd like to use it in C/C++ application but am having trouble to get it working. ...
Hi, I'm building Clearsilver under LTIB for use on a Freescale PowerPC platform. A problem arises when the configure script wants to run Python (or Perl for...
Hi, ClearSilver is GREAT !!! I have a question regarding how ClearSilver finds out about a '*/cst39; file when we do, cs.parseFile("somename.cst") currently we...
Hi, Has anyone worked here with Clearsilver (using its python wrapper) and CherryPy? I would like to make a simple application using ClearSilver as the...
Does anyone have a script that takes a cs file and a hdf file and scans the cs file for each hdf data item?, reporting on hdf items that are no longer used? I...
I have looked over the information about ClearSilver, and I sense that it is not tied to Linux, but I am not sure. I would like to employ ClearSilver to work...
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...