Tag: XML
Main Content
Convert JSON to XML with the XML npm package
Read a JSON file with Node.js and use the XML npm package with TypeScript to convert JSON to an XML string and write the XML string to a file.
Generate an XML Sitemap with Node.js
Use the xml npm package and TypeScript with ES Modules to generate an xml string and write it to a sitemap.xml file with Node.js.
Generate an RSS Feed with Node.js
Use the xml, cheerio, and fs-extra npm packages with TypeScript to generate an RSS feed for a Jamstack blog with Node.js