1 ! Copyright (C) 2008 Slava Pestov.
2 ! See http://factorcode.org/license.txt for BSD license.
4 USING: xml xml.writer io.files io.encodings.utf8 tools.test kernel ;
7 "resource:basis/xml/tests/funny-dtd.xml" utf8 file-contents string>xml
8 dup xml>string string>xml =