]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/syndication/syndication.factor
calendar.format: moving parsing words to a new vocab calendar.parser
[factor.git] / basis / syndication / syndication.factor
index 86ab6db5fe15252d0772e752a56835eb3a2976a5..0961e50675ecbcfceb6167dc4359d1a0317cad15 100644 (file)
@@ -4,8 +4,8 @@
 USING: xml.traversal kernel assocs math.order strings sequences
 xml.data xml.writer io.streams.string combinators xml
 xml.entities.html io.files io http.client namespaces make
-xml.syntax hashtables calendar.format accessors continuations
-urls present byte-arrays ;
+xml.syntax hashtables calendar.format calendar.parser accessors
+continuations urls present byte-arrays ;
 IN: syndication
 
 : any-tag-named ( tag names -- tag-inside )