Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: lnasonAny chance you could provide a mock xml file that has the same characteristics of the files you are working with? and/or...could you provide the details of the error message?
One possible option would be for you to "wash" your xml data with LAE before using the XML Data node to unpack the contents of your data. You could go about this by reading your xml data into a graph using the "Delimited File" node, setting the FieldDelimiter and RecordDelimiter parameters to both be '\n' and populating the FieldNames parameter with a single column name like "DATA". After that... you might be able to do some scripting to remove or alter whatever it is in the summary data that is causing your issue. Finally, save your cleansed data to an updated xml file using the "Output Raw" node. Now, you should be able to use the XML Data node on your cleansed data.