Skip to content
  • Brian Panneton's avatar
    FIX: Corrected how xml content was gathered. · 7560d548
    Brian Panneton authored
    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)
    7560d548