Hi,
Here's a situation I thought would be quite common, but I can't find any information on how to make it work.
I have a Maven dependency, say com.foo:my-xls:zip that contains an XLS file and related resources (e.g. images). I setup com.foo:my-xls:zip as a dependency of the docbkx-maven-plugin (2.0.15).
As you guessed, I try to setup my Docbook sources in a Maven project that would use the XLS contained in this document.
It seem that I can't reference the XLS inside com.foo:my-xls:zip using the <foCustomization> tag, nor can I create an XLS that would include it using something like
<xsl:import href="urn:docbkx:stylesheet/foo.xsl"/>
Any thoughts?
Thanks,
JM