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
We should provide an option which would address #285 (comment) by trimming away Text events that do not have meaning to XML (e.g. whitespace between elements, or text prior to the first XML open tag which may include a BOM character)
To a first approximation this option essentially filters out things which aren't relevant to the information payload of an XML document, such as formatting. This should replace the existing BOM stripping behavior.
We should provide an option which would address #285 (comment) by trimming away
Text
events that do not have meaning to XML (e.g. whitespace between elements, or text prior to the first XML open tag which may include a BOM character)To a first approximation this option essentially filters out things which aren't relevant to the information payload of an XML document, such as formatting. This should replace the existing BOM stripping behavior.
Related to #285 and #414
The text was updated successfully, but these errors were encountered: