Framework proposals for elements not taken in account
Posted: Wed Mar 06, 2019 2:35 pm
Hi,
I try to configuring the proposals for elements.
I follow the steps describes here: https://www.oxygenxml.com/doc/versions/ ... attributes
In my framework folder (stored outside of Oxygen installation folder) I have the following resources/cc_config.xml
I references this folder in classpath tab using ${framework}/resources/.
But nothing appends when I insert prolog element.
It works only if I modify directly C:\Program Files\Oxygen XML Editor 21\frameworks\dita\resources\cc_config.xml
My cc_config.xml file is not taken in account in my framework folder. Do you know why it doesn't work?
I try to configuring the proposals for elements.
I follow the steps describes here: https://www.oxygenxml.com/doc/versions/ ... attributes
In my framework folder (stored outside of Oxygen installation folder) I have the following resources/cc_config.xml
Code: Select all
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.oxygenxml.com/ns/ccfilter/config http://www.oxygenxml.com/ns/ccfilter/config/ccConfigSchemaFilter.xsd"
xmlns="http://www.oxygenxml.com/ns/ccfilter/config">
<elementProposals path="prolog" insertElements="author metadata"/>
</config>
But nothing appends when I insert prolog element.
It works only if I modify directly C:\Program Files\Oxygen XML Editor 21\frameworks\dita\resources\cc_config.xml
My cc_config.xml file is not taken in account in my framework folder. Do you know why it doesn't work?