Fixing XML's whitespace handling

db4
Daniel Ehrenberg 2008-02-05 17:15:41 -06:00
parent bed61c977c
commit acf236342c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2005, 2006 Daniel Ehrenberg
! See http://factorcode.org/license.txt for BSD license.
USING: io io.streams.string kernel math namespaces sequences
strings circular prettyprint debugger unicode.categories ;
strings circular prettyprint debugger ascii ;
IN: state-parser
! * Basic underlying words

View File

@ -3,7 +3,7 @@
USING: io io.streams.string io.files kernel math namespaces
prettyprint sequences arrays generic strings vectors
xml.char-classes xml.data xml.errors xml.tokenize xml.writer
xml.utilities state-parser assocs unicode.categories ;
xml.utilities state-parser assocs ascii ;
IN: xml
! -- Overall parser with data tree