Excuse me for some reason I posted twice.
I wanted to make 2 more questions:
1. The motools built in slick is v0.9, but the current version is 1.0.
console.log(Slick) -> Object { version="0.9dev"} etc..
So, should I use a stand alone Slick v1.0 instead of using the
mootools built in one ?
2. If i use the built in, is there any mootools.slick - like prop that
references Slick? Or should I always use directly Slick?
Thank you
On 24 Nov, 15:19, ken <[email protected]> wrote:
> see Slick, it can parse any form of xml
>
> On Nov 24, 7:55 pm, stratboy <[email protected]> wrote:
>
> > Hi, I'm building a small app.
> > My php programmer will pass me some xml file. I was wandering if maybe
> > Element is good even for parsing xml code.
> > Or maybe, is there any other (moo)tool for doing it?