clj-xpath
clj-xpath copied to clipboard
consider making xml->doc a protocol
A Clojure protocol for converting things to a parsed XML document would allow library users to extend the protocol to allow more than String and byte[]'s to be converted into parsed documents. This would allow the library to be more extendable in the future without requiring new releases.