Hi all,
I've been looking into the possibility of using docx4j's OpenDoPE data binding infrastructure for templating Word documents right on an Android device.
While looking through the docx4j android branch on github, I noticed that XSLT using Xalan had to be avoided on Android to get the HTML export working. I started investigating the binding code in
BindingHandler.java#L189 and noticed that it, too, seems to use XSLT (See link).
Basically, I'm trying to assess ...