Re: [jQuery] Re: XML print all nodes ( html() )

2010-01-10 Thread John Arrowwood
Try it without the clone(). And try it without the '/' after 'div'. Also, try doing console.log( itemsXML ) and see what gets output. It is possible that your problem is that the variable does not contain what you think it does. On Sat, Jan 9, 2010 at 9:26 PM, Shane wishiwasmiss...@gmail.com

[jQuery] Re: XML print all nodes ( html() )

2010-01-09 Thread Shane
no go. On Jan 9, 10:56 pm, John Arrowwood jarro...@gmail.com wrote: console.log( $('div/').append( $(itemsXML).clone() ).html() ) See if that works. On Sat, Jan 9, 2010 at 7:27 PM, Shane wishiwasmiss...@gmail.com wrote: Is there a way to print out the structure of a jQuery xml element...