[jQuery] selectors with xml cdata, parse html string

2009-08-21 Thread Donnie La Curan
I have an XML document that is returned which has an element named html. Inside of that element is a block of HTML wrapped with CDATA tags. I can alert the html variable that i create and see it has all of the data inside of it. So I want to parse through and grab certain things now. I'm just tryi

[jQuery] selectors with xml cdata, parse html string

2009-08-21 Thread Donnie La Curan
I hope this doesn't come through as a double post, I posted already and it hasn't shown up yet. I have an XML document that is returned which has an element named html. Inside of that element is a block of HTML wrapped with CDATA tags. I can alert the html variable that i create and see it has al