partial-xml-stream-parser This parser is designed to handle XML data that may be incomplete or not perfectly well-formed, making it suitable for processing streams of XML where the entire document might not be available at once. It's particularly optimized for handling mixed content with both XML elements and plain text
-
Updated
Jun 17, 2025 - TypeScript