(clojure.xml/parse "test1.log")
 works correctly, output omitted

(clojure.xml/parse "test#1.log")
  Premature end of file.
    [Thrown class org.xml.sax.SAXParseException]

$ mv test\#1.log test2.log

(clojure.xml/parse "test2.log")
 works correctly, output omitted

test#1.log is a copy of test1.log Confirmed on Linux and Mac OS

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to