FIX: Corrected how xml content was gathered.
Before, if you had an element and text within an element, you were unable to get the text unless it was before the element. Example: <node>text<param/></node> (this will work) <node><param/>text</node> (this would not work)
Please register or sign in to comment