Encoding SVGs for Favicons with XQuery
for $svgurl in ( "https://www.svgrepo.com/download/530579/set-up.svg", "https://www.svgrepo.com/download/296284/cogwheel-setup.svg", "https://www.svgrepo.com/download/296276/industrial-robot-robot.svg" ) return encode-for-uri(serialize(doc($svgurl)/*:svg))