xml.*: remove unnecessary dependencies on xml.writer
							parent
							
								
									cf238b4c7d
								
							
						
					
					
						commit
						418ded51c1
					
				| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
! Copyright (C) 2005, 2009 Daniel Ehrenberg
 | 
					! Copyright (C) 2005, 2009 Daniel Ehrenberg
 | 
				
			||||||
! See http://factorcode.org/license.txt for BSD license.
 | 
					! See http://factorcode.org/license.txt for BSD license.
 | 
				
			||||||
USING: accessors kernel namespaces sequences words io assocs
 | 
					USING: accessors kernel namespaces sequences words io assocs
 | 
				
			||||||
quotations strings parser lexer arrays xml.data xml.writer
 | 
					quotations strings parser lexer arrays xml.data
 | 
				
			||||||
splitting vectors sequences.deep combinators fry memoize ;
 | 
					splitting vectors sequences.deep combinators fry memoize ;
 | 
				
			||||||
IN: xml.traversal
 | 
					IN: xml.traversal
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,11 +1,11 @@
 | 
				
			||||||
! Copyright (C) 2005, 2009 Daniel Ehrenberg
 | 
					! Copyright (C) 2005, 2009 Daniel Ehrenberg
 | 
				
			||||||
! See http://factorcode.org/license.txt for BSD license.
 | 
					! See http://factorcode.org/license.txt for BSD license.
 | 
				
			||||||
USING: accessors arrays io io.encodings.binary io.files
 | 
					USING: accessors arrays io io.encodings.binary io.files
 | 
				
			||||||
io.streams.string kernel namespaces sequences strings io.encodings.utf8
 | 
					io.streams.string kernel namespaces sequences strings
 | 
				
			||||||
xml.data xml.errors xml.elements ascii xml.entities
 | 
					io.encodings.utf8 xml.data xml.errors xml.elements ascii
 | 
				
			||||||
xml.writer xml.state xml.autoencoding assocs xml.tokenize
 | 
					xml.entities xml.state xml.autoencoding assocs xml.tokenize
 | 
				
			||||||
combinators.short-circuit xml.name splitting io.streams.byte-array
 | 
					combinators.short-circuit xml.name splitting
 | 
				
			||||||
combinators ;
 | 
					io.streams.byte-array combinators ;
 | 
				
			||||||
IN: xml
 | 
					IN: xml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<PRIVATE
 | 
					<PRIVATE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue