From pbeutels at sdl.com Mon Aug 19 02:00:57 2013 From: pbeutels at sdl.com (Pascal Beutels) Date: Mon, 19 Aug 2013 08:00:57 +0100 Subject: [oXygen-sdk] Dynamic content resolving in oXygen Message-ID: Hi, For the moment (as far as we know) oXygen only supports dynamic resolving of link text on topic level elements. But e.g: 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 at 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_EmailSig_150x68px.jpg" 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> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-sdk/attachments/20130819/bf99c185/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 5564 bytes Desc: image001.jpg URL: <http://www.oxygenxml.com/pipermail/oxygen-sdk/attachments/20130819/bf99c185/attachment.jpg> From alex_jitianu at sync.ro Mon Aug 19 04:04:38 2013 From: alex_jitianu at sync.ro (Alex Jitianu) Date: Mon, 19 Aug 2013 12:04:38 +0300 Subject: [oXygen-sdk] Dynamic content resolving in oXygen In-Reply-To: <D7B7EA2108156F42BEC04DEF9C75D663015F88FD@emeamail0304.global.sdl.corp> References: <D7B7EA2108156F42BEC04DEF9C75D663015F88FD@emeamail0304.global.sdl.corp> Message-ID: <5211DFA6.6000709@sync.ro> 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 at 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 at oxygenxml.com > http://www.oxygenxml.com/mailman/listinfo/oxygen-sdk -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-sdk/attachments/20130819/77847543/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 5564 bytes Desc: not available URL: <http://www.oxygenxml.com/pipermail/oxygen-sdk/attachments/20130819/77847543/attachment.jpe>