You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ferran Urgell <fe...@yahoo.com> on 2003/03/22 18:48:22 UTC

XLS files...

Thanks for the help, I've done the poscript.
But, I've some problems with the Excel files (I can do the "hello world"), but I would to know if there are some more examples of Gnome file format and how it works.
I know in the http://xml.apache.org/userdocs/serializers/xsl-serializer.html there's a bit explanation about how hssf works, but if there's something more detailed or with examples, I would to know it..
Thanks, 
Ferran
 erek Hohls <DH...@csir.co.za> wrote:Ferran You can also look at the (brief) notes + links + sample at the wiki:http://wiki.cocoondev.org/Wiki.jsp?page=ExcelGenerationandhttp://wiki.cocoondev.org/Wiki.jsp?page=XLSSerializer Derek

>>> joerg.heinicke@gmx.de 18/03/2003 06:18:05 >>>
Hello Ferran,

have a look at 
http://xml.apache.org/cocoon/userdocs/serializers/serializers.html. There 
you have an overview of the serializers, for yor needs especially PS 
Serializer (or PDF Serializer) and HSSF/XLS Serializer. The transformation 
is up to you. You have to fed the serializers with a special XML format. For 
PDF or PS it's XSL FO, for XLS it's Gnumeric file format. Of course you 
don't need any transformation from XML to PS or XLS directly, that's the 
work of the serializers.

Regards,

Joerg

Ferran Urgell wrote:
> Hello Cocooners!
> 
> I'm interested to do Postcript and XLS files...But I don't know how
> to do...
> 
> Which type of Serializer I have to use in the sitemap ? Where I can
> get information about Xsl-Fo, to transform Xml into a XLS or
> Postcript files ?
> 
> Thanks
> 
> Ferran

-- 

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
joerg.heinicke@virbus.de
www.virbus.de

CeBIT 2003 vom 12. bis zum 19. M�rz in Hannover

VIRBUS stellt gemeinsam mit der IBM-Tochter IT-Services and Solutions
GmbH aus.
Lassen Sie sich �berraschen von den neuen, umfassenden M�glichkeiten im
Internet-gest�tzten Zahlungsverkehr.
Besuchen Sie uns: Halle 3, Stand D55.


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


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner, and is 
believed to be clean. 
Mailscanner thanks transtec Computers for their support. 


---------------------------------
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

Re: ZIP FILES

Posted by Stavros Kounis <go...@osmosis.gr>.
i think that there is no .zip serializer yet

corect me if i'm wrong

stavro
On Wed, 2 Apr 2003, Ferran Urgell wrote:

>
> Hello!
>
> I would to create a Zip file with cocoon, which is the syntax in the sitemap to create a zip file ? (I mean the pipeline..)
> It has to be something like this ?
>
> <map:match pattern="hello.zip"><map:generate src="docs/samples/hello-page.xml"/><map:transform src="stylesheets/page/simple.xsl"/><map:serialize type="????"/> -----> I don't know..this..</map:match>
>
>
>
> Thanks..
>
> Ferran
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Tax Center - File online, calculators, forms, and more



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


ZIP FILES

Posted by Ferran Urgell <fe...@yahoo.com>.
Hello!
 
I would to create a Zip file with cocoon, which is the syntax in the sitemap to create a zip file ? (I mean the pipeline..)
It has to be something like this ?

<map:match pattern="hello.zip"><map:generate src="docs/samples/hello-page.xml"/><map:transform src="stylesheets/page/simple.xsl"/><map:serialize type="????"/> -----> I don't know..this..</map:match>                        

 

Thanks..

Ferran



---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more

Re: XLS files...

Posted by Ferran Urgell <fe...@yahoo.com>.
Thanks, it's more explained...and detailed....
I think it should be ok, for my work...I'm student and  cocoon it's the project of  my degree in computing. (I hope to be a BSc at the end of the may...)
Thanks, and regards!!
Ferran
 Joerg Heinicke <jo...@gmx.de> wrote:I hope you'll find it useful.

Joerg

Ferran Urgell wrote:
> It's possible to send me the documentation ?
> 
> Thanks
> 
> */Joerg Heinicke /* wrote:
> 
> Hello Ferran,
> 
> I recently updated the documentation file for the XLS serializer with
> more information on the Gnumeric file format than the current
> documentation has. I posted it at Cocoon's bugzilla:
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18164. It's not yet
> applied to the current CVS. If you don't want to build the docs for
> your
> own, I can send you the transformed documentation file as HTML.
> 
> Regards,
> 
> Joerg
> 
> Ferran Urgell wrote:
> > Thanks for the help, I've done the poscript.
> >
> > But, I've some problems with the Excel files (I can do the "hello
> > world"), but I would to know if there are some more examples of
> Gnome
> > file format and how it works.
> >
> > I know in the
> > http://xml.apache.org/userdocs/serializers/xsl-serializer.html
> there's a
> > bit explanation about how hssf works, but if there's something more
> > detailed or with examples, I would to know it..
> >
> > Thanks,
> >
> > Ferran
> ATTACHMENT part 2 application/zip name=xls-serializer.zip ---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


---------------------------------
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

Re: XLS files...

Posted by Joerg Heinicke <jo...@gmx.de>.
I hope you'll find it useful.

Joerg

Ferran Urgell wrote:
> It's possible to send me the documentation ?
> 
> Thanks
> 
>  */Joerg Heinicke <jo...@gmx.de>/* wrote:
> 
>     Hello Ferran,
> 
>     I recently updated the documentation file for the XLS serializer with
>     more information on the Gnumeric file format than the current
>     documentation has. I posted it at Cocoon's bugzilla:
>     http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18164. It's not yet
>     applied to the current CVS. If you don't want to build the docs for
>     your
>     own, I can send you the transformed documentation file as HTML.
> 
>     Regards,
> 
>     Joerg
> 
>     Ferran Urgell wrote:
>      > Thanks for the help, I've done the poscript.
>      >
>      > But, I've some problems with the Excel files (I can do the "hello
>      > world"), but I would to know if there are some more examples of
>     Gnome
>      > file format and how it works.
>      >
>      > I know in the
>      > http://xml.apache.org/userdocs/serializers/xsl-serializer.html
>     there's a
>      > bit explanation about how hssf works, but if there's something more
>      > detailed or with examples, I would to know it..
>      >
>      > Thanks,
>      >
>      > Ferran

Re: XLS files...

Posted by Ferran Urgell <fe...@yahoo.com>.
It's possible to send me the documentation ?
Thanks
 Joerg Heinicke <jo...@gmx.de> wrote:Hello Ferran,

I recently updated the documentation file for the XLS serializer with 
more information on the Gnumeric file format than the current 
documentation has. I posted it at Cocoon's bugzilla: 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18164. It's not yet 
applied to the current CVS. If you don't want to build the docs for your 
own, I can send you the transformed documentation file as HTML.

Regards,

Joerg

Ferran Urgell wrote:
> Thanks for the help, I've done the poscript.
> 
> But, I've some problems with the Excel files (I can do the "hello 
> world"), but I would to know if there are some more examples of Gnome 
> file format and how it works.
> 
> I know in the 
> http://xml.apache.org/userdocs/serializers/xsl-serializer.html there's a 
> bit explanation about how hssf works, but if there's something more 
> detailed or with examples, I would to know it..
> 
> Thanks,
> 
> Ferran


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



---------------------------------
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

Re: XLS files...

Posted by Joerg Heinicke <jo...@gmx.de>.
Hello Ferran,

I recently updated the documentation file for the XLS serializer with 
more information on the Gnumeric file format than the current 
documentation has. I posted it at Cocoon's bugzilla: 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18164. It's not yet 
applied to the current CVS. If you don't want to build the docs for your 
own, I can send you the transformed documentation file as HTML.

Regards,

Joerg

Ferran Urgell wrote:
> Thanks for the help, I've done the poscript.
> 
> But, I've some problems with the Excel files (I can do the "hello 
> world"), but I would to know if there are some more examples of Gnome 
> file format and how it works.
> 
> I know in the 
> http://xml.apache.org/userdocs/serializers/xsl-serializer.html there's a 
> bit explanation about how hssf works, but if there's something more 
> detailed or with examples, I would to know it..
> 
> Thanks,
> 
> Ferran


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