Page 1 of 1

ditaval issue oXygen v25.0

Posted: Wed Mar 15, 2023 11:03 am
by justyna_i
Hello,

we have recently moved to oXygen version 25.0.

During transformation to pdf I get a ditaval error, see picture.
error.png
error.png (7.22 KiB) Viewed 591 times
There is a rule for MC6-Ex in my ditaval file and this issue is not present when transforming from oXygen version 20.1
<val>
<prop action="exclude" att="product" val="MC6-Ex"/>
<prop action="include" att="product" val="MC6"></prop>
<prop action="exclude" att="product" val="Workstation"></prop>
</val>
The content seems to be profiled correctly.
Any ideas how to fix this issue?

Re: ditaval issue oXygen v25.0

Posted: Wed Mar 15, 2023 11:37 am
by Radu
Hi,

I tested using your DITAVAL file for publishing a small DITA Map looking like this to PDF and I cannot reproduce the problem:

Code: Select all

<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map>
  <title>Growing Flowers</title>
	<topicref href="topics/introduction.dita" product="MC6-Ex"/>
	<topicref href="topics/care.dita" product="MC6"/>
</map>
Can you double check that your transformation scenario references in the "FIlters" tab this specific DITAVAL file?

Regards,
Radu

Re: ditaval issue oXygen v25.0

Posted: Mon Mar 20, 2023 9:35 am
by justyna_i
Hello Radu,

I did double check that I am using the same ditaval. This problem appears only in oXygen version 25.0.
Previously I was using oXygen 20.1 and there was no issue.
Same project, same transformation scenario.

I don't know if it changes anything but the project map is a bookmap.

Re: ditaval issue oXygen v25.0

Posted: Mon Mar 20, 2023 10:20 am
by Radu
Hi,
Not sure how to proceed, if you can come up with a very small DITA project exhibiting the problem and zip it, you can send it to us (support@oxygenxml.com) and I can try to have a look at it.
Regards,
Radu

Re: ditaval issue oXygen v25.0

Posted: Tue Mar 28, 2023 3:19 pm
by justyna_i
Thanks Radu, I will do that.