Posts

Showing posts from November, 2006

SimpleXML for JavaScript

I really did not realise that its been two months since I last posted anything. A lot has happened in the past two months, actually quite a lot has happened and I guess I never seem to get the time to update this blog. But then again like I've said in the last two posts, I will try and post on a regular basis. I had developed a  SimpleXML library in JavaScript  but never got the time to post a link on this blog. Its hosted on  http://code.google.com . I made it like a month back but due to work I've not been able to release it. Its a very important piece of software that I have developed but since there is no documentation its really hard to release it. Anyhow if you've used SimpleXML in php its the exact same thing for JavaScript. You can view the code or download it using SVN. There are three simple functions. simplexml_import_dom(dom); simplexml_load_string(string); simplexml_load_file(filename, callback); simplexml_import_dom(dom) : takes a dom element and returns a