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...
... [snip] ... I'm not sure, maybe EOL issues? What is in the .err files (they should contain the diff). ... *sigh*, looks like sleep was removed from mingw,...
Do you have a perferred language? Attached is a test python one I had lying around. upload.py is a dirt simple one, upload2.py uses a callback so you get...
Thanks for your response, but i dont want to use python or any other script. I can use clearsilver C API with cgi application .i just want to know whether it...
Yes, its possible. The code is obviously similar to the python from before. The key point is, your HTML code must have a FORM element which has the extra...
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...
Hmm, second request for file upload help in as many days. You can see my previous response here: http://tech.groups.yahoo.com/group/ClearSilver/message/1201 ...
Mr.Brandon, Thank you for your immediate response. The file download worked perfectly...!!!!!!!!! I have gone through your replies for file upload. In fact, I...
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...
Has anyone successfully compiled CS under Visual Studio 2008 (VC++ 9.0)? I know it's compiled for Windows using MingW (gcc++), but I'm considering developing a...
I don't know of anyone who has, I'd be interested in whatever patches are necessary to get it to work, though. There are a bunch of things in the util...
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...
... Yeah, that's true. Though, lots of HTML tools should understand php and other syntax that would work... I guess not for XHTML though? ... CS is actually...
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...
... I don't know about standard HTML editors like Nvu because I'm using an XML editor, but my documents must be pure XML. ... Mmh, it could be a temporary...
... The correct syntax is: <?cs include:Page.Template.Menu ?> or this: <?cs include!Page.Template.Menu ?> The exclamation point means "required", and if it...
... Clearsilver is capable of producing pure XML output documents, however, the source documents are not xml compatible for a reason -- to allow arbitrary ...
Oh, it seams I have been misunderstood... I don't want CS to work WITH xml, I want it to work IN xml, transparently and without disturb it. It wasn't the case...
... I understand what you want to achieve, and it does seem like this may have utility in some cases. However, even with your patch a template which emits xml ...
Ok, I didn't understand you meant *so* dynamic. In this case I surely agree with you, this kind of work is for xslt (but the problem with xslt is that it can...
\o/ I modified CS to accept new parameters : "Config.CompleteTagStart" and "Config.CompleteTagEnd", which redefine respectively the entire start pattern an the...
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...
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...
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...
I've found the problem a long time ago, and forgot to post it. I just stumbled on my old message, so I figured I'd post a followup :) In fact the problem comes...
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/...
Liran Tal
L.Tal@...
Nov 12, 2008 4:18 pm
1225
You can see an example image-server CGI written in C in the "imd" directory. The API is mostly the same in each language, so the brief tutorial written for the...