Suppose xmlNode is an XML DOM node, how do you get its XML system yourself?
For IE, this is xmlNode.xml;
For Netscape, this is new XMLSerializer().serializeToString(xmlNode) .
Is there a built-in method in jQuery that I can use?
marmot101
source share