Page 1 of 1

Conkeyref XSLT processing

Posted: Thu Jul 16, 2020 5:58 pm
by NicoAMP
Hi,

In a XSLT action, in my custom framework, I get and transform all titles of current DITA file. It's OK.

But I also want to get and transform all titles of content referenced in current DITA file thought <conkeyref>.

Do you know how I can do that?

Thanks

Re: Conkeyref XSLT processing

Posted: Fri Jul 17, 2020 7:25 am
by Radu
Hi Nico,

Although that conkeyrefeed content might appear there in the Author mode, it is not editable and can only be edited if you directly open the target files and make changes to them, maybe via some Java operation or some custom Java extension function called from the XSLT code.

Regards,
Radu

Re: Conkeyref XSLT processing

Posted: Mon Aug 10, 2020 10:17 pm
by NicoAMP
Thanks Radu for your help.

Regards,

Nicolas