Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of touv/node-xml-splitter

Account's avatar
pvorb/node-clone
deep cloning of objects and arrays
Account's avatar
caolan/nodeunit
Easy unit testing for node.js and the browser.

Support the repos that depend on this repository

Top contributors

touv's profile
touv
46 contributions
lindory-project's profile
lindory-project
3 contributions
bitdeli-chef's profile
bitdeli-chef
1 contributions
kerphi's profile
kerphi
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
touv

touv/node-xml-splitter

JavaScript
8
5
Other

Node‑XML‑Splitter is a lightweight Node.js library that parses massive XML documents and “splits” them into independent chunks based on one or more XPath‑like paths. It works both with strings and streams, emitting a `data` event for each matched node, making it useful for developers who need to process large XML feeds (e.g., data import, ETL pipelines, or real‑time XML streams) without loading the whole file into memory.