You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Chan Mei Theng <me...@pocketgroup.co.uk> on 2007/07/02 10:39:51 UTC

HSSFSerializer : XSL - Gnumeric

Hi,

 

Based on the XML below, I would like to concate RegionCode into

            AD, AE, AF

and attach the concatenation into a cell in Excel.

 

How I should achieve this in XSL - Gnumeric ?

 

<?xml version="1.0" ?> 

<Collection xmlns:xlink="http://www.w3.org/1999/xlink" name="POI Block
Samples">

  <Operator>testing</Operator> 

  <Track>

<SalesRegions>

<SalesRegion>

<RegionCode>AD</RegionCode> 

</SalesRegion>

<SalesRegion>

<RegionCode>AE</RegionCode> 

</SalesRegion>

<SalesRegion>

<RegionCode>AF</RegionCode> 

</SalesRegion>

</SalesRegions>

</Track>

 

Thanks & Regards

 




Chan Mei Theng
Technical Developer


m: +6012 488 4484


t: +603 2163 7233


f: +603 2163 8233


 <ma...@pocketgroup.co.uk> meitheng@pocketgroup.co.uk


 <http://www.pocketgroup.co.uk/> www.pocketgroup.co.uk


skype ID: mtchan48

 





Experts in mobile content and services 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Re: HSSFSerializer : XSL - Gnumeric

Posted by Jasha Joachimsthal <j....@hippo.nl>.
Chan Mei Theng wrote:
> Hi,
> 
>  
> 
> Based on the XML below, I would like to concate RegionCode into
> 
>             AD, AE, AF
> 
> and attach the concatenation into a cell in Excel.
> 
>  
> 
> How I should achieve this in XSL – Gnumeric ?
> 
>  
> 
> <?xml version="1.0" ?>
> 
> <Collection xmlns:xlink="http://www.w3.org/1999/xlink" name="POI Block 
> Samples">
> 
>   <Operator>testing</Operator>
> 
>   <Track>
> 
> <SalesRegions>
> 
> <SalesRegion>
> 
> <RegionCode>AD</RegionCode>
> 
> </SalesRegion>
> 
> <SalesRegion>
> 
> <RegionCode>AE</RegionCode>
> 
> </SalesRegion>
> 
> <SalesRegion>
> 
> <RegionCode>AF</RegionCode>
> 
> </SalesRegion>
> 
> </SalesRegions>
> 
> </Track>
> 

This is not a Cocoon question, but XSL. You can read more about XSL at 
http://www.w3schools.com/xsl/default.asp.

Stop mailing the Cocoon dev list with these questions. It is meant for 
the development of Cocoon, not for questions using Cocoon to develop 
your own Webapp.


-- 


Jasha Joachimsthal

Hippo
Oosteinde 11
1017 WT Amsterdam
The Netherlands
+31 (0)20 5224466

www.hippo.nl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org