Re: Big problem with IE!

2002-01-14 Thread Adam A R
Hi TJ, Please check the logicsheet which munges the data. If the browser(I think you will encounter the same problem if you were to use any other browser. Please check and let us know) can display it 5 times, it means that there is probably no problem with the browser. Sometimes you may keep op

Help needed with debugging XSP

2001-12-14 Thread Adam A R
Hello all, I am using Cocoon 1.8 with iAWS server. I have the following flow in my application. XML -> XSP -> XSLT XML file processed by XSP(actually an XSL) to add dynamic content. The output of which is transformed by a Stylsheet and the result returned to the user. Now, I want to look at t

Re: Internationalization

2001-11-28 Thread Adam A R
Hi Siddharth, I have a similar problem. And currently I do the following. I get the preferred language for this user. Put it into the session variable 'i18n:lang'. And lo!! depending on the language choosen by the user the user will see Nihongo/Espanol/Francais/ But of course, I have to sup

Re: newbie Question abt number of xsls

2001-11-19 Thread Adam A R
ng xsls, following > the protocol will save lot of my development time. > > if there are any links for stylesheets to convert from XML to any ML in a > generic way, please can you give me some links. It will be very helpful for > me > > Thankz in advance, > regards, &g

Re: newbie Question abt number of xsls

2001-11-18 Thread Adam A R
Hi Arun, Yes. It is possible to use one .xsl for each ML If you are using Cocoon 1.8 then use the media="xxx" parameter in the processing instruction to specify the useragent for the xsl. eg. ... ... ... But for this to work, you should configure User-Agents(Browsers) in the cocoon.pro

Re: Reducing system resource usage by Tomcat/Cocoon

2001-11-15 Thread Adam A R
Hi Anthony, I was wondering if it was only me whos having the problem. My Problem: I am using Cocoon1.8 with iAnywhere Wireless Server(from Sybase). For simplicity I am using a simple XML file with a simple XSL stylesheet which transforms the XML to HTML Everything is OK until I request around

Problem Building C2

2001-11-14 Thread Adam A R
Hi All,   I am new to Cocoon.   I am trying to build C2 from the source(from CVS). But I get an error in the beginning itself.   The error is given below   D:\home\adam\src\xml-cocoon2>.\build.bat -Dinclude.webapp.libs=yes -Dinstall.war="C:\Program Files\ServletEngine\Webapps" installBuildfil

CPU Hogging by Cocoon

2001-11-12 Thread Adam A R
Hi All,   I am using Cocoon 1.8 with iAnywhere Wireless Server as the Servlet Engine.   I have seen that the CPU usgae increases when I request any page via Cocoon. The trend of this increase is interesting. it periodically rises and falls. But the time for which it is being used keeps incre

Internationalization

2001-10-30 Thread Adam A R
Hi All,   I am trying to do this since past many hours.   I want to make my application internationalized. i.e. Be able to present Strings in different languages depending on the useragent.   How to go about it??   I am using Cocoon 1.8 and my servlet engine is iAnywhere Wireless Server(iAWS

Malformed XML or Non-welformed XML

2001-10-27 Thread Adam A R
Hi All,   I am trying this since long time but unable to get through.   Requirement: output the ACTION tag(which does not have a closing tag) for an HDML page.   I tried using  to no avail. I get the < and > as they are in my HDML page and the result is my display is all go

Request Parameters in XSP

2001-10-23 Thread Adam A R
Hi All,   I am a newbie in the world of COCOON.   Hope you all Butterflies will be able to help this little larva..  ;-) in flying with wings of XML.   ok.. heres my problem..   I want to access the parameters being passed in the request object. I have tried a few examples(from tutorials and