Some other questions:
1. I see that with mootools 1.3 is loaded Slick 0.9dev,
console.log(Slick) -> Object { version="0.9dev"} etc..
But the current version is 1.0dev. So, should I use a stand alone 1.0
instead of the mootools built in?
2. If I use the built in version, is there any mootools.slick prop
with a reference to Slick or should I anyway use directly the class
Slick?
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?