Siddhu
 
Its not clear what you do know or don't know how to do.
 
As a beginner in Cocoon I always found it helpful to look at the
samples shipped with Cocoon and adapt them to aid learning.
 
For example, look at the "XLS" example in the "Hello World" group:
http://localhost:8080/cocoon/samples/hello-world/ 
or under
[path-to-cocoon]\build\webapp\samples\blocks\poi
AND
[path-to-cocoon]\build\webapp\samples\hello-world
 
No SQL, just plain XSLT and the POI serializer.

>>> fast-flux <[EMAIL PROTECTED]> 2007/07/19 08:39:18 AM >>>


Hi All,

I am just beginner in cocoon. I have the following requirements:

1.    I have input XML file
<Cars>
<Car>
          <name>
                Ferrari
           </name>
           <type>
                Water
           </type>
</Car>
<Car>
           <name>
                Mercedes
           </name>
           <type>
                Air
           </ type>
</Car>
</Cars>


2.    I have a Excel template Which already has headers (Car Name & 
Car
Type)


Task for me is to use the XML as a source generater & serilize the
output using the predefined template.

I would appreciate if you could share any working example of such
type.

I visited XML.com article ( http://www.xml.com/lpt/a/1096 ) and they
have
no examples where we can take the input feed from XML and generate on
a
Template. All example includes SQL and due to some freak problem, I am
still struggling to get the SQL part running.

Thanks in advance,
-Siddhu
-- 
View this message in context:
http://www.nabble.com/XML-to-Excel-template-examples-Required.-tf4108469.html#a11683207

Sent from the Cocoon - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



-- 
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
 
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html 
 
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html 
 
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
[EMAIL PROTECTED]


This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to