Dynamic content resolving in oXygen

Hi, For the moment (as far as we know) oXygen only supports dynamic resolving of link text on topic level elements. But e.g: <title> or @title on <table>, <fig>,... are not resolved. <alt> or @alt on <image>,... are not resolved. Are there any plans to support this in the future? Kind regards, Pascal Beutels Pascal Beutels | Developer | SDL Content Management Technologies Division | +32 (0)15 400 970 | pbeutels@sdl.com </pre><font face="arial" size="2" color="#736F6E"> <a href="http://www.sdl.com/?utm_source=Email&utm_medium=Email%2BSignature&utm_campaign=SDL%2BStandard%2BEmail%2BSignature"> <img src="http://www.sdl.com/Content/themes/common/images/SDL_logo_strapline_GCEM_Emai..." border=0><br><br>www.sdl.com </a><br><br> <font face="arial" size="1" color="#736F6E"> <b>SDL PLC confidential, all rights reserved.</b> If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us.<BR> SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207.<BR> Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK. </font>

Hi, For "table" and "fig" elements we actually present the text of the title element so if you've tried on some samples and it didn't work please send them to us. I'm not sure about the @title attribute. I'm not seeing it as being allowed neither on the "table" nor the "fig" elements. Regarding the "image" element I guess we didn't resolve to the "alt" text because neither the default DITA transformations do that. But I'll add an issue to consider resolving this too. The API that handles this support is ro.sync.ecss.extensions.api.ExtensionsBundle.createLinkTextResolver(). For DITA we have a default implementation ro.sync.ecss.extensions.dita.link.DitaLinkTextResolver. So you can always extend/copy DitaLinkTextResolver and add additional resolving if the default ones aren't enough. Best regards, Alex On 19-Aug-13 10:00 AM, Pascal Beutels wrote:
Hi,
For the moment (as far as we know) oXygen only supports dynamic resolving of link text on topic level elements.
But e.g:
<title> or @title on <table>, <fig>,... are not resolved.
<alt> or @alt on <image>,... are not resolved.
Are there any plans to support this in the future?
Kind regards,
Pascal Beutels
*Pascal Beutels |* Developer *|*SDL Content Management Technologies Division *| *+32 (0)15 400 970*|* pbeutels@sdl.com image001
www.sdl.com <http://www.sdl.com/?utm_source=Email&utm_medium=Email%2BSignature&utm_campaign=SDL%2BStandard%2BEmail%2BSignature>
*SDL PLC confidential, all rights reserved.* If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us. SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207. Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK.
_______________________________________________ oXygen-sdk mailing list oXygen-sdk@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-sdk
participants (2)
-
Alex Jitianu
-
Pascal Beutels