clj-xpath icon indicating copy to clipboard operation
clj-xpath copied to clipboard

consider making xml->doc a protocol

Open kyleburton opened this issue 11 years ago • 0 comments

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.

kyleburton avatar Sep 14 '13 14:09 kyleburton