On Mar 20, 2010, at 7:20 , Brian Sletten wrote: > Turn off validation. Google around, you will find the parameters to do so.
I read a article about this some while ago. the java XML parser aheads the standard definition be downloading the DTD from the w3c. While the w3c made up this silly guideline in their standard they are now pretty unhappy that their servers get tied down by thousands of requests to their servers from code that gets DTD's It is arguable of this behavior makes sense, the DTD will never change. So it might be a good idea to include some of the more often used DTD's directly in the library, that will A) take load of the w3c and make clojure programs work offline without modification, alliteratively we could make the library work in non DTD validating mode by default? Regards, Heinz -- 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 To unsubscribe from this group, send email to clojure+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.