Re: [jQuery] Simple XML Parsing Question

2009-11-18 Thread Wil Everts
Here's an old, but good, tutorial on xml and jQuery: http://www.bennadel.com/blog/1054-jQuery-Demo-Working-With-XML-Documents.htm ...or if you want to make the code you have work you can "cheat" and just change the name of one of the two 'id's in your xml... ;) Wil On Wed, Nov 18, 2009 at 1:18 A

Re: [jQuery] Simple XML Parsing Question

2009-11-18 Thread Joe Moore
Instead of find, use children? On Nov 17, 2009 2:56 PM, "Joe" wrote: I have been banging my head against the wall and searching for answers for the past week, so any help or direction would be appreciated. I am sure that I am missing something obvious. I have some XML that looks like this:

Re: [jQuery] Simple XML Parsing Question

2009-11-17 Thread Wil Everts
$(xml).find('CustomMessage') -- will give you this result: 181 First Message 135 Sample_img.png image/png >

[jQuery] Simple XML Parsing Question

2009-11-17 Thread Joe
I have been banging my head against the wall and searching for answers for the past week, so any help or direction would be appreciated. I am sure that I am missing something obvious. I have some XML that looks like this: 181 Fi