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

The `xml-printer` library converts XML AST tree structures, such as those generated by `xml-reader`, into XML strings, making it a valuable tool for developers working with XML data in JavaScript. It also provides utility functions for escaping XML text and attributes, ensuring safe and accurate XML generation. This project is ideal for developers who need to manipulate or generate XML programmatically, especially those already using `xml-reader` for parsing XML.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
pladaria

pladaria/xml-printer

Converts XML AST tree structures (like the ones generated by xml-reader) to XML strings.

JavaScript
2
1
MIT License
pladaria's profile
pladaria
19 contributions

Support the dependencies of pladaria/xml-printer

Account's avatar
avajs/ava
Node.js test runner that lets you develop with confidence.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
pladaria/xml-reader
XML Reader and Parser