nathell / clj-tagsoup

A HTML parser for Clojure.
Other
181 stars 22 forks source link

Type errors after the type hinting added. #16

Open noisesmith opened 8 years ago

noisesmith commented 8 years ago

In working with the newer version I've discovered that versions after 0.3.0 / 2bea304a8eb427d77cbb76934a118e9385934629 consistently cause this error on my machine:

pl.danieljanus.tagsoup=> (lazy-parse-xml "http://google.com")

ClassCastException com.sun.xml.internal.stream.events.AttributeImpl cannot be cast to javax.xml.stream.events.StartElement  pl.danieljanus.tagsoup/xml-name (tagsoup.clj:182)

Leiningen 2.5.3 on Java 1.8.0_65 Java HotSpot(TM) 64-Bit Server VM