UNPKG

feedsmith

Version:

Robust and fast parser and generator for RSS, Atom, JSON Feed, and RDF feeds, with support for Podcast, iTunes, Dublin Core, and OPML files.

10 lines 295 B
import { XMLBuilder } from 'fast-xml-parser'; export const builder = new XMLBuilder({ processEntities: true, ignoreAttributes: false, suppressEmptyNode: true, suppressBooleanAttributes: false, attributeNamePrefix: '@', format: true, }); //# sourceMappingURL=config.js.map