DITAVAL: Profiling doesn't work in oXygen if multiple default values are set to "include"
Posted: Wed May 30, 2018 3:39 pm
Hi,
I've noticed a strange behavior when applying profiling condition sets in oXygen that are linked to a DITAVAL file. If I set the default behavior explicitly to "include" for more than one attribute the profiling doesn't seem to work in oXygen anymore.
Does not work
Works
Can this be a configuration issue on my side (oXygen 16.1, Windows 7) or is this a bug?
Best regards,
Frank
I've noticed a strange behavior when applying profiling condition sets in oXygen that are linked to a DITAVAL file. If I set the default behavior explicitly to "include" for more than one attribute the profiling doesn't seem to work in oXygen anymore.
Does not work
Code: Select all
<val>
<prop att="audience" action="include" />
<prop att="audience" val="exclude_me" action="exclude" />
<prop att="audience" val="include_me" action="include" />
<prop att="product" action="include" />
<prop att="product" val="Exclusion" action="exclude" />
<prop att="product" val="Inclusion" action="include" />
</val>
Code: Select all
<val>
<!-- <prop att="audience" action="include" />-->
<prop att="audience" val="exclude_me" action="exclude" />
<prop att="audience" val="include_me" action="include" />
<prop att="product" action="include" />
<prop att="product" val="Exclusion" action="exclude" />
<prop att="product" val="Inclusion" action="include" />
</val>
Best regards,
Frank