You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if I'm using xml.on('endElement: record', function(record) { });, record will give me all the parsed data. I'm looking for a way to get the entire <record></record> element’s raw XML.
The text was updated successfully, but these errors were encountered:
Is there any way to get a chunk of unparsed XML?
For example, if I'm using
xml.on('endElement: record', function(record) { });
,record
will give me all the parsed data. I'm looking for a way to get the entire<record></record>
element’s raw XML.The text was updated successfully, but these errors were encountered: