Hey!
Here I am, trying to win this battle against IE...

I tried your code snippet and got the following problem:
normally, responseElements contains a list of all the elements
in the response... and in this case, I only get the direct
children from the root...

Other problem I encountered is the following:
I do this:

htmlElementsValid = new Element('div', {
                    html: responseHTML.replace(/<(\/)?/g,'<$1mw:')
                }).getChildren();
var catz = htmlElementsValid.getElements('mw:category');

alert(catz.length);
alert(catz[0]);
//and I get the output:
//'1'
//''

do I have to declare the namespace somewhere for this to function?
Thanks!
Manuel

On Oct 19, 12:56 am, Sanford Whiteman <[email protected]>
wrote:
> > I won't be able to test this until Wednesday, but
> > be sure when I do so I'll be back here posting how it all came...
>
> No prob, let us know.
>
> -- Sandy

Reply via email to