Thanks for the comments! However: /usr/bin/ld: ../libs//libstreamhtmlparser.a(libstreamhtmlparser_la-htmlparser.o): relocation R_X86_64_32S against `.rodata'...
Hi, Thanks for the helps and ClearSilver runs flawlessly on my machine. So I'm curiosity on the tips/best practices of its usage under multi-threading...
Can you share some information about the environment you are trying to compile/install in? The test_crc.cs error is showing a sign error in output, which...
... No, this isn't true. I'm sure that CSPARSE contains data structures which are updated on render, and cs commands like set definitely modify hdf. For...
Thank you David! I replied the information in another thread. Current I've seen is: <...... ranlib ../libs/libneo_cgi.a gcc -g -O2 -pthread -Wall -I.. ...
I've got a problem that my boss asked me to use a light weight embedded web server, such as mongoose, to work with existing C program. No database should be...
ClearSilver can be thought of as two parts, the CS templating language, and the CGI library. For your case, you basically need to use the CS language portions ...
This issue was given identifier CVE-2011-4357. This issue only affects the python wrapper for ClearSilver. In the CGI.error method from the neo_cgi module, the...
1423
Michael Mileusnich
justmike2000@...
Dec 7, 2011 8:50 pm
Hello, I am having a particularly troubling issue that I was hoping you could help shed some light on. I am working on an application that uses Python 2.4 (I ...
1424
caox
caox@...
Dec 21, 2011 6:28 am
Hi Sorry to bother. According to the description and code example, the API nerr_log_error should free the err chain. But I didn't find the respective code to...
... Ah, the comment was fixed: http://code.google.com/p/clearsilver/source/detail?spec=svn861&r=861 ... It doesn't, just sloppy I guess. Brandon ... On Wed,...
1428
caox
caox@...
Dec 22, 2011 7:48 am
OK, I see. That means we need call nerr_ignore after nerr_log_error if we want the err chain to be freed correctly. Thanks. ... OK, I see. That means we need...
1429
caox
caox@...
Dec 27, 2011 8:07 am
Hi, Brandon We use ClearSilver as our template engine in our product, and we faced the problem your referred a few months ago. In our situation, we have lots...
Dynamically route and assign help desk tickets to any specific technician or group of technicians using your organization's business logic; based on ticket...
... Clearsilver is for producing templated-output, such as HTML. If you want to just send a file directly to the user, you just output the bytes directly ...
If you want to use the wrappers in CS, you can do something like: cgiwrap_writef("Content-Type: foo/bar\r\n"); cgiwrap_writef("Content-Length: %d\r\n\r\n",...
I just ran into a bug in clearsilver that I'm surprised has existed for so long. The problem occured because Firefox is specifying a character set in the ...
Hello Brandon, hello everybody, I want to filter every dataset into clearsilver hdf at runtime. OR is it possible to (override | add hook) "var" hdf function ?...
I'm not sure I understand. You want to intercept every hdf_set_value call to change what is set? There isn't a way to do this in C. In Java/Python where...