UNPKG

feedsmith

Version:

Fast, all‑in‑one feed parser and generator for RSS, Atom, RDF, and JSON Feed, with support for Podcast, iTunes, Dublin Core, and OPML files.

23 lines (22 loc) 503 B
//#region src/namespaces/georss/common/config.ts const uris = [ "http://www.georss.org/georss", "http://www.georss.org/georss/", "https://www.georss.org/georss", "https://www.georss.org/georss/" ]; const stopNodes = [ "*.georss:point", "*.georss:line", "*.georss:polygon", "*.georss:box", "*.georss:featuretypetag", "*.georss:relationshiptag", "*.georss:featurename", "*.georss:elev", "*.georss:floor", "*.georss:radius" ]; //#endregion exports.stopNodes = stopNodes; exports.uris = uris;