Holy ravioli!
I still don't get those alerts.... :(

Anyway, what I'm doing now, with quite a bit effort and results,
is to transform every single tag in XML into a div, and appending
a attribute with the old tag


so this:
<book>
   <author />
   <year />
</book>

becomes
<div tag="book">
   <div tag="author" />
   <div tag="year" />
</div>

I feel depressed... I wanna kill someone at Miscro$oft

On Oct 21, 3:43 pm, Sanford Whiteman <[email protected]>
wrote:
> > which version of mootools are you using?
> > I think that's the problem
>
> What's on MooShell right now, 1.2.4.
>
> Demo of that last snippet:http://mooshell.net/QYdKN/
>
> -- Sandy

Reply via email to