Thanks Denny for your suggestions. I have found that there is no default way to use HTML tags in this component.
You can see a forum entry about this opportunity via following link. http://www.aspose.com/Community/forums/thread/41188.aspx The only way to have such objects in PPT file is having a special parser in order to get from XML syntax. Now I need to check our Java tool in case of having such an opportunity. Thanks again. Sincerely, OÄuz Demirkapı -----Original Message----- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: Freitag, 18. August 2006 06:41 To: CF-Talk Subject: Re: XML parsing & link underline 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:250267 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

