Extension for mappull continue to look for the org.dita.base repository #4270
-
hello, I have a plugin using the extension point: dita.xsl.mappull <?xml version="1.0" encoding="UTF-8"?>
<plugin id="com.xxxx.cccc.rng">
<feature extension="dita.specialization.catalog.relative" file="catalog.xml"/>
<feature extension="ant.import" file="build.xml"/>
<feature extension="dita.xsl.mappull" file="xsl/mappullImplCustom.xsl"/>
<feature extension="depend.preprocess.post" value="preprocess-dita.post"/>
</plugin> However, when I execute the transformation, I got an error message informing me there's no
I understand the path to the xsl is not correctly resolved, but I don't get where I should override this path? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
My bad, I made an error in the extension point and used value instead of file |
Beta Was this translation helpful? Give feedback.
My bad, I made an error in the extension point and used value instead of file