jQuery can't really parse xml, only html. But browsers can: http://www.w3schools.com/Xml/xml_parser.asp
On Jan 2, 5:22 am, jhm <jmay...@gmail.com> wrote: > > jQuery needs a context for find() to work. > > That worked thanks! The xml file I was really using actually had a > context similar. But it also had a header that was causing the > problem. It was: > > <?xml version="1.0" encoding="UTF-8"?> > > Any idea why this would break it? > > Thanks!