On 8/17/06, Oðuz_Demirkapý <[EMAIL PROTECTED]> wrote: > > Ok. Some more info: > > We have a Java tool which uses Aspose.Slides component ( > http://www.aspose.com/Products/Aspose.Slides/) to generate PPT file.
Here is a link for doing it via java: http://www.aspose.com/Community/forums/ShowPost.aspx?PostID=54158 We have an XML file for slide content. There is a link in content and we > need to force this link as link also in PPT file. The only way I can think of doing it via XML is with a CDATA tag. Don't know if that would work or not. Maybe something like: <![CDATA[the unescaped text & the link like <a href=" http://www.yourdomain.com" target="_blank" alt="link to yourdomain">]]> Again, not sure if that is kosher or not... just a random guess... Kindest, :Denny ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250261 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

