On Tue, Nov 17, 2009 at 08:03:59AM -0800, pkw wrote: >I'm having this same problem. Did you find a way around it? >I want to try changing the User-Agent, but I can't figure out >how to do that.
I suspect that the Sax parser by default is configured to not allow fetching of the DTD over the net. I worked around this by replacing the URL in the DOCTYPE declaration with a file one and fetching the files myself. But, admittedly that's not a good solution. David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
