RE: [xsl] Hiding XML to an application (serialization?)

Subject: RE: [xsl] Hiding XML to an application (serialization?)
From: "Angel Gavin" <agavin@xxxxxx>
Date: Wed, 22 Jun 2005 09:28:44 +0200
Andrew,

Thanks a lot for your help. I am afraid cocoon has to do more with web
development. Nevertheless the information is still very valuable for me (I
will consider cocoon as an option for other development we have).

Best regards,
Angel

> Try http://cocoon.apache.org/
>
> The sitemap would look something like the following (for CSV output):
>     <map:match pattern="*.csv">
>         <map:generate src="a.xml" />
>         <map:transform src="sql2csv.xsl" />
>         <map:serialize type="csv" />
>     </map:match>
>
> where the CSV serialzer is defined as:
>         <map:serializer name="csv" mime-type="application/x-csv"
> src="org.apache.cocoon.serialization.TextSerializer">
>             <encoding>UTF-8</encoding>
>             <omit-xml-declaration>yes</omit-xml-declaration>
>         </map:serializer>
>
> Other output types such as XLS, PDF, HTML, etc are possible simply by
> changing the final translation step (multiple possible) and serializer.
>
> Warning: Once you start using Cocoon you'll find a whole lot of new
> problems to solve!
>
>


______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
 puede contener informacion clasificada por su emisor como confidencial
 en el marco de su Sistema de Gestion de Seguridad de la 
Informacion siendo para uso exclusivo del destinatario, quedando 
prohibida su divulgacion copia o distribucion a terceros sin la 
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje 
 erroneamente, se ruega lo notifique al remitente y proceda a su borrado. 
Gracias por su colaboracion.
______________________
This message including any attachments may contain confidential 
information, according to our Information Security Management System,
 and intended solely for a specific individual to whom they are addressed.
 Any unauthorised copy, disclosure or distribution of this message
 is strictly forbidden. If you have received this transmission in error,
 please notify the sender immediately and delete it.
______________________

Current Thread