[Lvlug] java script

Brian Munroe brian.e.munroe at gmail.com
Sat Aug 15 07:38:42 PDT 2009


On Sat, Aug 15, 2009 at 4:04 AM, <krux at thcnet.net> wrote:

>
> I've found that for most things I'm using javascript for, working with XML
> input/output is far too much overhead, and can usually be done simpler with
> some CSV or simmilar data.
>

I've given up trying to process XML and anytime I would have used it,
I now produce / consume JSON [1] instead.  The JavaScript libraries
that I use (for example, Prototype [2]) have built in functions for
handling it.

But anyway, post your code / questions and we'll try and help.

-- brian

[1] - http://www.prototypejs.org/learn/json
[2] - http://www.prototypejs.org/


More information about the Lvlug mailing list