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. 

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.

When I use a syntax as 

<a href='http://www.mydomain.com' 
target='_blank'>www.mydomain.com</a>

I get all HTML link as  

<a href='http://www.mydomain.com' target='_blank'>www.mydomain.com</a>

text instead of a link in PPT.

This is my problem and as I let you know before there was same kind of problem 
while working with XML & Flash and I thought that a simple trick would be 
helpful.


Sincerely,

Oğuz Demirkapı





-----Original Message-----
From: Denny Valliant [mailto:[EMAIL PROTECTED] 
Sent: Donnerstag, 17. August 2006 03:58
To: CF-Talk
Subject: Re: XML parsing & link underline

Yeesh... not sure, but maybe it's PPT itself adding the link?

Most of these new fangled apps automagically transform them to "real"
links...

Dont' know, really... are you building the PPT using a .HTM file and
renaming it,
or a similar method?  Or do you have an app for PPT generation?  Check it's
docs, if so, or PPT docs, else.

Maybe.  Not sure exaclty what is being asked.
:D

On 8/16/06, Oðuz_Demirkapý <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have a CF project where I parse an XML document by a Java based tool and
> generate a PPT file.
>
> I need to show underline for a link now and I have a syntax as
>
>         &lt;u&gt;www.mydomain.com&lt;/u&gt;
>
> in my XML file.
>
> But it displays as <u>www.mydomain.com</u> in output.
>
>
> I guess this is an issue on my Java code but I remember same kind of
> problems on Flash & XML combination.
>
> Do you have any experience something like that?
>
> Any tip would be appreciated?
>
>
> Sincerely,
>
> Oðuz Demirkapý
>




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:250188
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to