Re: [Rails-spinoffs] XML parser fixed

2006-03-26 Thread Thomas Fuchs
Heya, On the documentation: First of all, pages marked with the "stub" tag are needed, as are the "wanted pages" (pages referenced, but not created). See: http://wiki.script.aculo.us/scriptaculous/tags/stub Plus, feel free to add documentation, where you feel it's needed. The FAQ could also

RE: [Rails-spinoffs] XML parser fixed

2006-03-26 Thread Maninder, Singh
Thanks guys for taking a stab at this. One quick question - all these user contributed code - do you guys put it on the wiki? Or the only way to get to this is by searching through the 1000s of threads? I think we all should try to put as much focus on documentation as we are putting on coding

RE: [Rails-spinoffs] XML parser fixed

2006-03-23 Thread Claudio Gamboa
Hi well, I tested it with a RSS and it didn't work in IE. It returns a nodeType = 7 in the first node. And if the RSS has a comment in it doesn't work too, because the nodeType = 8 BTW, for your code that I have see you are a good JS programmer. On Thu, 2006-03-23 at 10:40 -0700, Gregory

RE: [Rails-spinoffs] XML parser fixed

2006-03-23 Thread Gregory Hill
> Hi, I changed the XML parser who have been write by Greg (Gregory Hill) > and changed some things. > > It did not work in IE and Safari and opera. Um... I tested mine in IE and Opera without any problems. Or are you saying that the stuff you added did not work in those browsers? Greg ___