Modular DITAVAL

Post here questions and problems related to editing and publishing DITA content.
Sano
Posts: 11
Joined: Mon Jan 19, 2015 11:11 am

Modular DITAVAL

Post by Sano »

Hi,
we run a very large set of filter attributes used in multible manually administrated DITAVAL files.
For efficient oragnisation we want to reuse some DITAVAL prop element sets.
I tryed to integrate a dtd entity in the DITAVAL files linking to a external txt with a reusable set of prop-Elements.
For this I have integrated a doctype declaration in the ditaval files

Code: Select all

<!DOCTYPE val [
<!ENTITY includeProps SYSTEM "includeProps.txt">
]>
and a instance of the entity

Code: Select all

&includeProps;
The includeProps.txt looks like this

Code: Select all


    <prop action="exclude" att="rm-feature-zpa"/>
<prop action="exclude" att="rm-feature-video-port"/>
<prop action="exclude" att="rm-feature-pc"/>
<prop action="exclude" att="rm-feature-pc-mainboard"/>
<prop action="exclude" att="rm-feature-pc-optical"/>
<prop action="exclude" att="rm-feature-pc-port"/>
<prop action="exclude" att="rm-feature-pc-card"/>
<prop action="exclude" att="rm-feature-display"/>
<prop action="exclude" att="rm-feature-video-controller"/>
<prop action="exclude" att="rm-feature-video-controller-feat"/>
<prop action="exclude" att="rm-feature-ui-element"/>
<prop action="exclude" att="rm-feature-ui-io"/>
<prop action="exclude" att="rm-feature-service-element"/>
<prop action="exclude" att="rm-feature-service-access"/>
<prop action="exclude" att="rm-feature-screens"/>
DITA-OT1.8.5 pdf2 transformation runs successfull but the oxygen 17.0 (author mode) filtering preview does not work anymore.
How can I reuse DITAVAL props without loosing the powerfull filtering preview in Oxygen?

thanks for your help!
mihaela
Posts: 490
Joined: Wed May 20, 2009 2:40 pm

Re: Modular DITAVAL

Post by mihaela »

Hi,

Thank you for reporting this. Indeed, there is a problem with entity resolve in ditaval files. We will solve this and we will let you know when this will be available.

Best regards,
Mihaela Calotescu
http://www.oxygenxml.com
ionela
Posts: 402
Joined: Mon Dec 05, 2011 6:08 pm

Re: Modular DITAVAL

Post by ionela »

Hello,

Just to update the thread this problem has been resolved in the latest maintenance build of Oxygen 17.1, 2015102718 (released on October 29th):
Author/DITA:Document filtering preview did not work as expected when using DITAVAL files with system entities linking to text files.
You can download it from our web site:
http://www.oxygenxml.com/download.html

The list of bug-fixes can be found here:
http://www.oxygenxml.com/build_history.html#2015102718

You can follow the release/build RSS feed here:
http://www.oxygenxml.com/rssBuildID.xml

Let us know if you encounter further problems with this new build.

Regards,
Ionela
Ionela Istodor
oXygen XML Editor and Author Support
Post Reply