[jQuery] Re: Problems parsing XML with jQuery

2008-10-17 Thread Richard D. Worth
jQuery relies on the browser to parse an (X)HTML string you give it, so it's going to be treated as a browsers treats it, as html. You'll have mixed success in this area, feeding xml. It's not an xml parser. - Richard On Fri, Oct 17, 2008 at 9:34 AM, Robert Koberg <[EMAIL PROTECTED]> wrote: > >

[jQuery] Re: Problems parsing XML with jQuery

2008-10-17 Thread Gissur Þórhallsson
Thank you very much, that was the issue exactly, and now it works perfectly. Kind regards and thanks, gzur On Fri, Oct 17, 2008 at 4:32 PM, Richard D. Worth <[EMAIL PROTECTED]> wrote: > See > > > http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_charact

[jQuery] Re: Problems parsing XML with jQuery

2008-10-17 Thread Robert Koberg
Hi, Do jQuery functions actually work over an XML DOM or just an HTML DOM? best, -Rob On Oct 17, 2008, at 12:32 PM, Richard D. Worth wrote: See http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_characters_in_its_ID.3F - Richard On Fri, Oct 17, 20

[jQuery] Re: Problems parsing XML with jQuery

2008-10-17 Thread Richard D. Worth
See http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_characters_in_its_ID.3F - Richard On Fri, Oct 17, 2008 at 8:28 AM, Gissur Þórhallsson <[EMAIL PROTECTED]>wrote: > I'm trying to parse this little XML document here: > http://pastebin.com/m5f0e4300 wi