How to Get or Set Text Value of an XML Node in JavaScript Using jQuery
Edited on October 7th: I realized after the original post that the code provided was not entirely correct. Specifically, it ignored CDATA values. Methods below have been updated to reflect that fix. The logic for extracting the text values is …