]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/elements/elements.factor
factor: trim using lists
[factor.git] / basis / xml / elements / elements.factor
index 04aee4d69e95b23dd2b54aa5aaa76b61da29cd8d..042cde931e7926136c58bbfca63c56f629926b7e 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (C) 2005, 2009 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel namespaces xml.tokenize xml.state xml.name
-xml.data accessors arrays make xml.char-classes fry assocs sequences
-math xml.errors sets combinators io.encodings io.encodings.iana
-unicode xml.dtd strings xml.entities ;
+USING: arrays assocs combinators kernel make math namespaces
+sequences sets strings unicode xml.char-classes xml.data xml.dtd
+xml.errors xml.name xml.state xml.tokenize ;
 IN: xml.elements
 
 : take-interpolated ( quot -- interpolated )