search for: parsefromstring

Displaying 2 results from an estimated 2 matches for "parsefromstring".

2006 Feb 23
6
prototype ajax + xml response
Hi, I am looking for a solution to use ajax.request object. Return response text will be in xml format and I like to know how to parse that xml information, so that I can put those info into the "span" or "div" tags of my html page. Is there any easy way to parse that xml info using prototype library? Thanks, kevin. -- Posted via http://www.ruby-forum.com/.
2012 Dec 07
0
libnutconf: (De)serialisation methods added
...config. classes were pushed to balooloo/nut, libconf branch: https://github.com/balooloo/nut/commit/df8b584c7fef71741b33bff11a482a103360250e Please note that the deserialisation methods should work, however they are quite inefficient since they simply read the whole stream to memory and then call parseFromString. I guess it's enough for now, but in the future, the parser should be modified to use NutStream, directly. Nevertheless, this means that the code responsible for reading/writing nut.conf, upsmon.conf, upsd.conf, ups.conf and upsd.users and assembly of the associated configuration objects is t...