[jQuery] Create an XML jQuery object from string
How do i create an jQuery XML object from string?
i tried $(theXMLString) and jQuery constructs it using probably the
HTML template and i'm unable to traverse the tree properly in this
mode. is there anyway to specify the string as XML instead of the
default HTML?
thanks :)