It looks like it's having trouble figuring out if "test#1.log" is a
file path or a URI.

Not sure what a real solution is but this seems to work as a
workaround:

(clojure.xml/parse (java.io.File. "test#1.log"))

On Jun 23, 12:30 pm, Zak Wilson <zak.wil...@gmail.com> wrote:
> (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