Re: SAXParseException

2002-09-04 Thread Abhishek Goel
your xml is not well formed.. Manish Shah wrote: > Hello all, > > I am getting the following exception when trying to do a xml/xsl > transformation. The XML and XSL are correct. Anyone know why else it > would be happening? > > Thanks. > > Manish > > rg.xml.sax.SAXParseException: The root elemen

Re: how to generate Excel

2002-08-01 Thread Abhishek Goel
Thanks a lot... Regards Abhishek "Andrew C. Oliver" wrote: > Have you looked at the examples? > > Samples->Legacy Format > > or under > webapp/cocoon/samples/poi/ > > or the docs -> > > http://xml.apache.org/cocoon/userdocs/serializers/xls-ser

how to generate Excel

2002-08-01 Thread Abhishek Goel
Hi, I am having a xml file ,xslt for that xml. Could any one suggest me how to define a pipeline for generating an excel sheet from this xml. Regards Abhishek begin:vcard n:Goel;Abhishek tel;work:020-767-79811 x-mozilla-html:FALSE adr:;; version:2.1 email;internet:[EMAIL PROTECTED] fn:Abhis

Re: battling with xsp-request

2002-07-29 Thread Abhishek Goel
Hi, i was also facing similar type of problem.so i replace my xsp:request tag with XSPRequestHandler.In your case it should be like this: (XSPRequestHelper.getSessionAttribute (objectModel, String.valueOf("store-name"), null)); aboce statement returns Object type. cast it to the desire object ty

How to provide xml to sitemap

2002-07-23 Thread Abhishek Goel
Abhishek Goel begin:vcard n:Goel;Abhishek tel;work:020-767-79811 x-mozilla-html:FALSE adr:;; version:2.1 email;internet:[EMAIL PROTECTED] fn:Abhishek Goel end:vcard - Please check that your question has not already been

Re: Browser specific pipeline

2002-06-26 Thread Abhishek Goel
yes,exactly what i needed. thanks for the great help. Regards Abhishek Goel "Naquin, Beth" wrote:   There is a browser selector and some examples in the cocoon examples. http://xml.apache.org/cocoon/userdocs/concepts/matchers_selectors.html The example shows using different style

Browser specific pipeline

2002-06-26 Thread Abhishek Goel
Hi, i want to execute my pipeline only when browser is IE and if browser is netscape i want other pipeline to get executed. Can anyone help me in this? Regards Abhishek Goel - Please check that your question has not already

Re: AW: set up pipeline for pdf file

2002-06-25 Thread Abhishek Goel
Hi, please check whether your sitemap.xmap and other configuration files are at the right place as defined in web.xml. Regards Abhishek Goel Philipp Bo?em wrote: > hi, > > it seems, that adobe is about to start. but than a message within browser > appers, that there is an error whi

Re: set up pipeline for pdf file

2002-06-25 Thread Abhishek Goel
hi, i think for this you have to use FOPserializer and then you should define that serializer in your pipeline. Hope this will work. Regards Abhishek Goel Philipp Bößem wrote: > hi, > > does anyone know, how to define a pipline for opening pdf s beeing stored > under cocoon. >