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...
Thomas Regner
clearsilver@...
Apr 30, 2008 8:42 pm
1178
... Yeah, that seems like a fine result. I've known about the issue, but didn't have a good idea of the "right" solution... the crc result would be different,...
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...
Here's the README.txt file in the python directory on how to compile on Windows. I'm not in front of a Windows box at the moment, so I can't test it for you: ...
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...
Mario Gliewe
mag@...
May 8, 2008 5:31 pm
1182
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")) //... ...
I've seen this same problem. It would be more ideal if we parsed out the paramaters and made them available. According to RFC2045 they follow the RFC822 rules...
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...
Although I can't remember at the moment why I made that choice, it seems pretty clear that I intentionally didn't copy the source node, and changing it now...
... I suspect the attributes are not copied simply because hdf_copy was written before attributes existed. I don't understand Mario's use of the term "source ...
... Well, even if a node has subnodes, it still may have a value. hdf_obj_get() would be the function in question. Therefore, if the source node i'm copying...
Mario Gliewe
mag@...
May 21, 2008 7:39 pm
1189
... Attributes are copied, but nothing is copied for the actual source node, just the children of the source node. Brandon ... -- "Have been unavoidably...
... Gotcha. I'm caught up now. I do remember some discussions long ago about whether or not to copy the values from the source-node or just the children, so...
Hello, when I submit a form and then use hdf.getValue('Query.x',''), I want to give NCR values (http://en.wikipedia.org/wiki/Numeric_character_reference). I...
ClearSilver just gives you what the browser gives us. Are you using the same browser? Is the served page that the form is on the same? Brandon ... -- "This...
yes I use same browser, yes forms are same too, but operating systems and versions of clearsilver and python differ. I give NCR values when I run my code on a...
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...
No, CS.close() doesn't not close the HDF, you need to close it separately. Brandon ... -- Windows NT crashed. I am the Blue Screen of Death. No one hears your...
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...