Servlets to XSL

2002-01-24 Thread Bob Garvey
Thanks to Vadim Gritsenko and David Rosenstrauch. This scheme now works. Here is what I learned that may be valuable to others who would like to write servlets that output XML and would like for the XML to be input to an XLS Transformation. The sitemap entry: map:match pattern=servlet23/*

RE: Servlets to XSL

2002-01-24 Thread Chitharanjan Das
management not possible. I hope I am clear.. Regds,\ Chiths -Original Message- From: Bob Garvey [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 2:30 PM To: [EMAIL PROTECTED] Subject: Servlets to XSL Thanks to Vadim Gritsenko and David Rosenstrauch. This scheme now works

Re: Servlets to XSL

2002-01-24 Thread David Rosenstrauch
At 04:30 PM 1/24/02 -0600, you wrote: Thanks to Vadim Gritsenko and David Rosenstrauch. This scheme now works. Glad you're up and running Bob. In fact, though, I feel kinda bad that I gave you some bad advice about refactoring, creating your own generator, etc. Glad Vadim was here to put us

RE: Servlets to XSL

2002-01-24 Thread Vadim Gritsenko
To: [EMAIL PROTECTED] Subject: Servlets to XSL Thanks to Vadim Gritsenko and David Rosenstrauch. This scheme now works. Here is what I learned that may be valuable to others who would like to write servlets that output XML and would like for the XML to be input to an XLS Transformation

Re: Servlets to XSL

2002-01-24 Thread Bob Garvey
No problem. You kept me thinking. - Original Message - From: David Rosenstrauch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 24, 2002 6:38 PM Subject: Re: Servlets to XSL At 04:30 PM 1/24/02 -0600, you wrote: Thanks to Vadim Gritsenko and David Rosenstrauch

how to bind servlets with xsl?

2001-08-30 Thread jose . camacho
I have a servlet which transform my biz logic to a xml. It goes to cocoon, and it assigns a xsl to my xml. But i want that this xsl to include others xsl ( include directive ). How can i redirect to get this new file.? i.e /xsl/myXsl1.xsl /xsl/myXsl2.xsl etc. thanx