]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/syndication/syndication.factor
xml: fix namespaces to be http
[factor.git] / basis / syndication / syndication.factor
index caecd9e37a7f9fb083fb12216bfe1a9eae4cd420..8e6010fbca2a393075b2938646584527d9a655fc 100644 (file)
@@ -139,7 +139,7 @@ M: byte-array parse-feed [ bytes>xml xml>feed ] with-html-entities ;
     [ url>> present ]
     [ entries>> [ entry>xml ] map ] tri
     <XML
-        <feed xmlns="https://www.w3.org/2005/Atom">
+        <feed xmlns="http://www.w3.org/2005/Atom">
             <title><-></title>
             <link rel="alternate" href=<-> />
             <->