Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to coexist with clojure.data.xml version 0.2.0-alpha6 #24

Open
ejschoen opened this issue Nov 1, 2021 · 0 comments
Open

Need to coexist with clojure.data.xml version 0.2.0-alpha6 #24

ejschoen opened this issue Nov 1, 2021 · 0 comments

Comments

@ejschoen
Copy link

ejschoen commented Nov 1, 2021

Applications that need namespacing with XML require a newer clojure.data.xml, such as version 0.2.0-alpha6. But there were breaking changes between versions 0.0.3 and 0.1.0-alpha in which clojure.data.xml/event was removed. As a result, it's not possible to load clojure.data.xml version 0.2.0-alpha6 and tagsoup 0.0.3 at the same time.

It's not obvious to me how to transform the 0.0.3-dependent eventize code to work with newer versions of clojure.data.xml. Would it be possible/practical to simply drop the eventizing code for now to upgrade to a newer clojure.data.xml?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant