Eero Helenius
Eero Helenius
v0.3.5 should fix the problem. When it appears in Package Control (there's usually a slight delay), could you give it a try and let me know whether it fixes the...
I believe the issue is that [lxml](http://lxml.de) (which is what Exalt uses) doesn't load schemas over the network by default. One option would be to enable network loading, but I'm...
I think I understand the issue, but can you give me an example that reproduces it?
Good idea! It should be doable — I'll look into it.
This is a bigger job than I originally anticipated. It's doable, but it would likely require a fairly heavy refactoring of the current codebase. I'd like to do it, but...
I can't reproduce this issue with [these fixtures](https://github.com/eerohele/dita-ot-issues/tree/master/fixtures/1891). There must be something else at play here. @shaneataylor: could you greate a Gist with a set of test files that we...
Have you checked whether Sigel behaves differently than Saxon (e.g. by running the equivalent XSL transformation using the Saxon CLI)?
I haven't used XSLT in years, so my memory on this topic is vague, but if I recall correctly, you can control how entity references appear in the output using...
Oh, I see now that I read the original issue description too hastily; apologies. I'll take a look when I get the chance.
Sorry for the delay! Life gets in the way. This seems to be an issue in clojure.data.xml: ``` λ clj -Srepro -Sdeps '{:deps {org.clojure/data.xml {:mvn/version "0.2.0-alpha9"}}}' Clojure 1.12.3 user=> (require...