Hi,
I am using cocoon frame work. Could you tell me ,which tag I need to use
to diaply the url in correct manner. The gnumeric generate the xml,
cocoon serialize it as excel sheet. In cocoon we can't specify the
hyperlink. In gnumeric , we define the color, bold attribute. In the
same manner is it possible to define a attribute as hyperlink attribute?
Could you please help me.
<gmr:Workbook>
<gmr:SheetNameIndex>
<gmr:SheetName>User Report</gmr:SheetName>
</gmr:SheetNameIndex>
<gmr:Sheets>
<gmr:Sheet>
<gmr:Name>User Report</gmr:Name>
<gmr:MaxCol>3</gmr:MaxCol>
<gmr:MaxRow>50</gmr:MaxRow>
<gmr:Styles>
<gmr:StyleRegion startCol="0" startRow="0" endCol="10"
endRow="5">
<gmr:Style HAlign="1" VAlign="2" WrapText="0" Orient="1"
Shade="0" Indent="0" Locked="1" Hidden="0" Fore="0:0:0" Back="0:0:0"
PatternColor="0:0:0 " Format="General">
<gmr:Font Unit="9" Bold="0" Italic="0" Underline="0"
StrikeThrough="0">Helvetica</gmr:Font>
</gmr:Style>
</gmr:StyleRegion>
</gmr:Styles>
<gmr:Cells>
<gmr:Cell Row="3" Col="0" ValueType="60">
<xsl:value-of select="text"/>
<xsl:value-of select="url"/>
</gmr:Cell>
</gmr:Cells>
THE XML CODE IS WHICH IS THE INPUT FOR XSLT.
*********************XML CODE LOOK LIKE THIS***************
<?xml version="1.0" encoding="UTF-8"?>
........................
........................
........................
<level1>
<level2>
<text>THE TEXT AREA <text>
<url>anna.com</url>
</level2>
</level1
Thanks and regards
Anna Madhusudhanan
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Friday, October 07, 2005 9:31 PM
To: [email protected]
Subject: gnumeric-list Digest, Vol 18, Issue 7
Send gnumeric-list mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.gnome.org/mailman/listinfo/gnumeric-list
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gnumeric-list digest..."
Today's Topics:
1. Re: getting problem with version 7(DON'T KNOW HOW TO DIAPLY
THE LINK IN EXCEL) (Jody Goldberg)
----------------------------------------------------------------------
Message: 1
Date: Fri, 7 Oct 2005 11:43:08 -0400
From: Jody Goldberg <[EMAIL PROTECTED]>
Subject: Re: getting problem with version 7(DON'T KNOW HOW TO DIAPLY
THE LINK IN EXCEL)
To: [EMAIL PROTECTED]
Cc: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
On Fri, Oct 07, 2005 at 07:14:12PM +0530, [EMAIL PROTECTED]
wrote:
> I have one xml file and one xsl.
> The xslt render the xml file , the output format of the file is
> .xsl(excel sheet).
>
> The text context of the xml file is rendered by the xsl and generate
the
> correct excel sheet.
>
> In the text area , I have hyperlink . but I don't know how to render
it
> and display the result in excel sheet as hypelink.
>
> My code like this
> <Level1>
> <Level2>
> THE TEXT AREA
> </Level2>
> <Level3>
> <link> www.anna.com <http://www.anna.com/> </link>
> </level3>
> </level1>
>
> my expected output is
>
> THE TEXT AREA www.anna.com <http://www.anna.com/>
>
> But I am not getting the hyperlink in the excel sheet.
> Could you please help me for this problem.
I do not understand what you are asking. That format does not look
like .gnumeric xml, OpenDoc xml, nor the recently add SpreadsheetML.
What is reading the .xsl file ?
------------------------------
_______________________________________________
gnumeric-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnumeric-list
End of gnumeric-list Digest, Vol 18, Issue 7
********************************************
_______________________________________________
gnumeric-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnumeric-list