Re:i18n

2003-06-25 Thread Kavitha Ramesh
not understand where does this untranslated-text comes from?? Kavitha Take a look at i18n transformer configuration in your sitemap. Probably it defines \the 'untranslated-text' parameter which is used instead of the key value.-- Konstantin - Original Message - From: Kavitha Ramesh

i18n

2003-06-24 Thread Kavitha Ramesh
sphere 4.0 with Cocoon 2.0. If someone has any solutions pls tell me. Regards Kavitha Ramesh. Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!

Re: Struts in Cocoon

2003-04-01 Thread Kavitha Ramesh
Thank you so much,,, Derek Hohls [EMAIL PROTECTED] wrote: Have at a look at the wiki page: http://wiki.cocoondev.org/Wiki.jsp?page=Struts (a link to integrating the two) Apart from that, browse through the mail archives; someone may have picked up this specific point before. [EMAIL PROTECTED]

WebServiceProxygenerator

2003-01-16 Thread Kavitha Ramesh
Kavitha Ramesh. __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com - Please check that your question has not already been answered

Re: cocoon book [was: pdf problem]

2003-01-07 Thread Kavitha Ramesh
Hi, I could recommend Professional XSLT Programming from the wrox publishers. Kavitha Ramesh --- Ines Robbers [EMAIL PROTECTED] wrote: Hi, Many thanks for your reply! * (and get a more recent book). Can you recommend one that is suitable for a beginner like me with some XML

Re: i18n more!!

2002-11-27 Thread Kavitha Ramesh
hi GD, If you want to get a good idea about i18n, go to the welcome page of your cocoon(after cocoon installation, go to the url, http://localhost:8080/cocoon), you have a title Internationalization.Click the link and explore.Also in your cocoon directory you will have a folder i18n, explore

Invoking a Servlet directly!!!

2002-11-27 Thread Kavitha Ramesh
Hi, Normally we invoke a servlet like below: map:generate src=http://localhost:8080/cocoon/myservlet{requestQuery}; / But I would like to invoke the servlet directly like below: If the servlet is stored in a directory Web-Inf/Classes/Servlet/myservlet.class, then I would like to invoke as

Hi

2002-11-26 Thread Kavitha Ramesh
Hi Jelle, Thanks for your valuable information.I tried using different stylesheets for IE and Netscape in my pipeline.But I feel this is not a good solution.Is there something which I could do with serializers.(ie., xhtml serializer or so,,,Iam not sure).Please suggest me.Looking forward to

Invoking a Servlet

2002-11-26 Thread Kavitha Ramesh
But I would like to call the servlet directly without invoking the URL.For example, map:generate src=servlet{requestQuery}/ Is this possible?If so how?Help me please,,, Kavitha Ramesh. __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable

cocoon with IE and Netscape

2002-11-21 Thread Kavitha Ramesh
Hi, I have a problem with my webpages(running with cocoon 2.0) produces different result in Netscape and Internet Explorer.The position of the pixels in IE and Netscape(as well as in Mozilla 1.1) are quite different.If someone knows the solution please help me,,, Kavitha Ramesh

Problem with sitemap

2002-10-14 Thread Kavitha Ramesh
Hi, My sitemap is as follows: map:match pattern=welcome.html map:generate src=welcome/welcome.xml/ map:transform src=welcome/{role}.xsl/ map:serialize type=html/ /map:match In my welcome folder I have author.xsl and learner.xsl.My xml file has the tag, role.Depending upon the role the sitemap

xsl question

2002-09-30 Thread Kavitha Ramesh
Hi, I have an xml file as follows: user userid100/userid /user My XSL file is as follows: xsl:template match=user html /body a href=/cocoon/hello?userid=100Menu/a /body /html /xsl:template Now my xsl file has a static URL.But I need a dynamic URL.Each and everytime when my userid changes

doubt in i18n

2002-09-19 Thread Kavitha Ramesh
Hi, I want to use supreg;/sup(which is for ®) in messages_de.xml and messages_en.xml.My messages_en.xml is as follows: ?xml version=1.0 encoding=UTF-8? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; catalogue

using html tag in i18n

2002-09-18 Thread Kavitha Ramesh
Hi, I have a problem using sup®/sup(which is for ® ) in messages_en.xml and messages_de.xml. I really dont know how to use these tags in messages.xml. If someone knows please help me,,, Kavitha __ Do You Yahoo!? Yahoo! Finance - Get real-time

Re: using html tag in i18n

2002-09-18 Thread Kavitha Ramesh
Hi, Iam sorry,,, In my previous mail I had a small mistake,,, I have a problem using supreg;/sup(which is for ® ) in messages_en.xml and messages_de.xml. I really dont know how to use these tags in messages.xml. If someone knows please help me,,, Kavitha --- Kavitha Ramesh [EMAIL

How to use the method POST?

2002-08-27 Thread kavitha ramesh
Hi, I have a loginpage and my parameters are now seen in the URL.ie., http://localhost:8080/cocoon/login.html?userID=xxxpasswd=yyy and now I would like to hide the parameters in the URL.So I would like to use the method POST in the stylesheet.But if I use POST, my loginpage doesnt seem to

Pipeline for session!

2002-08-27 Thread Kavitha Ramesh
Hi, I have two pages called login.html and welcome.html.My login.html creates a session when I type my username and password.This session should be caught by my welcome.html and should display the username.But my pipeline is not able to read this session and I do not know how my pipeline should

how to send the parameter by POST to the servlet?

2002-08-22 Thread kavitha ramesh
:9083/cocoon/login.jsp{requestQuery}; / map:transform src=stylesheets/krishna.xsl / map:transform type=i18n/ /map:act map:serialize type=html/ /map:match /map:pipeline If someone knows please help me,,, Kavitha Ramesh. Want

how to add a white space in i18n?

2002-08-21 Thread kavitha ramesh
Hi, I have something like FrauKavitha in the browser.Frau comes from the messages_de.xml file and kavitha comes from the main xml file.Iam using i18n and my messages_de.xml is as follows: message key=femaleFrau/message and my xml file is as follows: namekavitha/name and my stylesheet

[SUMMARY]RE: how to add a white space in i18n?

2002-08-21 Thread kavitha ramesh
Hi Konstantin, I used the following in my stylesheet.I got the space between Frau and Kavitha. xsl:text#x20;/xsl:text Thanks a lot! Kavitha --- Piroumian Konstantin [EMAIL PROTECTED] wrote: From: kavitha ramesh [mailto:[EMAIL PROTECTED]] Hi, I have something like FrauKavitha

Re: how to hand over parameter to an url?

2002-08-21 Thread kavitha ramesh
I guess the following sitemap would work,,, map:match pattern=*.jsp type=wildcard map:generate src=http://localhost:8080/not-cocoon/mydir/{1}.jsp{requestQuery}; type=html /map:generate map:serialize/ /map:match Kavitha --- Jens Grote [EMAIL PROTECTED] wrote: hi, i have a

Re: JspGenerator error on hello.jsp

2002-08-15 Thread Kavitha Ramesh
Hi Mr.Vikram, You should place the jasper-compiler.jar in your lib file.It will work,,, Kavitha --- Vikram Rai [EMAIL PROTECTED] wrote: I'm running cocoon 2.0.3 on Tomcat 3.3.1 (Linux 7.2). I've been trying to run the hello.jsp example for the jsp as below;

Parameter not accepted from a servlet

2002-08-15 Thread kavitha ramesh
Hi Dr.Skip, You have peviously solved my problem of combining a stylesheet with an xml file generated from a servlet.Now I have someother problem. My main sitemap is as follows: map:pipeline map:match pattern=login.html map:act type=request map:parameter name=parameters value=true /

Handling the parameter,,,,,

2002-08-15 Thread kavitha ramesh
Hi Dr.Skip, In my previous mail I have made a small mistake with my sitemap.Actually my sitemap looks as below: map:match pattern=login.html map:act type=request map:parameter name=parameters value=true / map:generate src=http://localhost:8080/cocoon/loginp{requestQuery}; / map:transform

stylesheet for loginpage

2002-08-13 Thread kavitha ramesh
Hi, I have a loginpage in xml.And I would like to check the following condition: when a wrong user tries to login for the first name it should give a error message, login failed.Try again!.The samething should happen when the wrong user tries to login for the second time. If the wrong user

placing my directory outside cocoon

2002-08-09 Thread kavitha ramesh
,,, Kavitha Ramesh. Want to sell your car? advertise on Yahoo Autos Classifieds. It's Free!! visit http://in.autos.yahoo.com - Please check that your

(SUMMARY)Re: Servlet generating an XML---How to write the pipeline?

2002-08-09 Thread kavitha ramesh
Hi Skip, It works,,,Thanks a lot!!! Kavitha --- Skip Carter [EMAIL PROTECTED] wrote: Kavitha, I have the class, Servlet.class and I have placed it in the Web-Inf folder.Now my main sitemap is as follows: map:match pattern=Servlet/*(what should be there in the Servlet

Re: Servlet generating an XML---How to write the pipeline?

2002-08-02 Thread kavitha ramesh
Hi Skip, I have the class, Servlet.class and I have placed it in the Web-Inf folder.Now my main sitemap is as follows: map:match pattern=Servlet/*(what should be there in the Servlet folder?) map:act type=request map:parameter name=parameters value=true/ map:generate src= /(what should be the

Servlet generating an XML---How to write the pipeline?

2002-08-01 Thread kavitha ramesh
Hi, I have a servlet which generates an xml file which in turn should be transformed using xslt.How do I write the pipeline for the same? Say the name of the servlet is check.class(where should I place the class, in web-inf?), the name of the xml file generated by the pipeline is test.xml and

Problem in Installing Cocoon in IBM Websphere

2002-07-30 Thread kavitha ramesh
Hi, I have installed Cocoon 2.0 in the IBM Websphere 4.0.3 and my JSP Generator doesnt work.If someone knows please help me,,, Kavitha. Sell you car, by placing a classified ad on Yahoo India Autos . It's Free!!

RE: Running Cocoon 2.0 in IBM Websphere

2002-07-29 Thread kavitha ramesh
Thank you! Kavitha --- Vadim Gritsenko [EMAIL PROTECTED] wrote: http://xml.apache.org/cocoon/installing/index.html Vadim -Original Message- From: kavitha ramesh [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 28, 2002 4:50 AM To: [EMAIL PROTECTED] Subject: Running Cocoon

Running Cocoon 2.0 in IBM Websphere

2002-07-28 Thread kavitha ramesh
Hi, I would like to run Cocoon 2.0 in IBM Websphere server 4.0.Where can I find the installation instructions?If anyone had already done the same could you please help me? Regards Kavitha. Sell you car, by placing a classified ad on Yahoo India Autos . It's Free!!

using different stylesheets for different xml files

2002-07-25 Thread kavitha ramesh
Hi, I have two xml files and I would like to use two different stylesheets for that.How do i do it? For example I have two xml files inside the folder name docs: login1.xml login2.xml and I have two stylesheets: login1.xsl login2.xsl and for login1.xml I would like to use the stylesheet

RE: using different stylesheets for different xml files

2002-07-25 Thread kavitha ramesh
/ map:transform src=login1.xsl/ map:serialize/ /map:match map:match pattern=login2.xml map:generate src=login2.xml/ map:transform src=login2.xsl/ map:serialize/ /map:match How all that works is the same as above. -Message d'origine- De: kavitha ramesh [mailto

Re: RE: RE: Re: mixing xml and xsl with i18n

2002-07-19 Thread kavitha ramesh
Hi Konstantin, There is no 1i8n related messages in the log file.I turned off the xslt and tried.Iam getting the names Kavitha, Ramesh in the browser. Kavitha On Thu, 18 Jul 2002 Piroumian Konstantin wrote : From: kavitha ramesh [mailto:[EMAIL PROTECTED]] Hi Konstantin, 1.I checked

Re: Re: mixing xml and xsl with i18n

2002-07-19 Thread kavitha ramesh
Hi Jeorg, I tried with the following sitemap: map:match pattern=jsp/* map:generate type=jsp src=/concatenate/jsp/{1}.jsp/ map:serialize type=xml/ /map:match I got just the names, Kavitha, Ramesh in the browser. Kavitha On Thu, 18 Jul 2002 Joerg Heinicke wrote : map:match pattern=jsp

Re: Re: mixing xml and xsl with i18n

2002-07-19 Thread kavitha ramesh
then it will work I don't think that u can keep the same in XSL files Regards Sidharth Ghai Vmoksha Technologies VI th Floor, Corporate Towers 'C' Diamond District Kodihally Banglore kavitha ramesh kaviramesh77@redif To: [EMAIL PROTECTED

Re: Re: Re: mixing xml and xsl with i18n

2002-07-19 Thread kavitha ramesh
Hi Jeorg, Now my xsl is like this: conc.xsl xsl:for-each select=menu/person tr tdi18n:textMale/i18n:textxsl:value-of select=gender/name//td /tr /xsl:for-each My xml file is as follows: conc.xml ?xml version=1.0 encoding=UTF-8? test menu person gender sex=Male

Re: Re: mixing xml and xsl with i18n

2002-07-19 Thread kavitha ramesh
now, Joerg kavitha ramesh wrote: Hi Jeorg, Now my xsl is like this: conc.xsl xsl:for-each select=menu/person tr tdi18n:textMale/i18n:textxsl:value-of select=gender/name//td /tr /xsl:for-each My xml file is as follows: conc.xml ?xml version=1.0 encoding=UTF-8? test menu

mixing xml and xsl with i18n

2002-07-18 Thread kavitha ramesh
Hi, I have an xml file which is as follows: simple.xml -- menu person gender sex=Male nameRamesh/name /gender /person person gender sex=Female nameKavitha/name /gender /person person /menu and my xsl file is as follows: simple.xsl -- i18n:texttext1/i18n:text

Re: Re: mixing xml and xsl with i18n

2002-07-18 Thread kavitha ramesh
=MaleFrau/message message key=FemaleHerr/message Regards, Joerg kavitha ramesh wrote: Hi, I have an xml file which is as follows: simple.xml -- menu person gender sex=Male nameRamesh/name /gender /person person gender sex=Female nameKavitha/name /gender /person person /menu and my xsl file

Re: RE: Re: mixing xml and xsl with i18n

2002-07-18 Thread kavitha ramesh
have much knowledge in XSP. 3.As per your suggestion I ran the transformer once in the sitemap.But still in the browser, nothing is displayed,,, Kavitha. On Thu, 18 Jul 2002 Piroumian Konstantin wrote : From: kavitha ramesh [mailto:[EMAIL PROTECTED]] Hi Jeorg, The output is just

Re: Re: using i18n in xsl

2002-07-17 Thread kavitha ramesh
Hi, I got the solution from Mr.Konstantin.I should run the i18n transformer for xsl in the sitemap.The xsl file would look like, xsl:template match=title i18n:texttitletext/i18n:text /xsl:template And the namespace should be added in the xsl file. Kavitha On Wed, 17 Jul 2002 Albert

SUMMARY(using i18n tags in xsl)

2002-07-17 Thread kavitha ramesh
type=html/ /map:match Kavitha Ramesh _ Click below to experience Aishwarya Rai's beauty secrets. New International Lux Skincare - It's not just soap, It's skincare. http://www.luxskincare.com

using i18n in xsl

2002-07-16 Thread kavitha ramesh
Hi, I would like to use the i18n tags inside an xsl file.Is it possible?If so how do I use it? For example, I have the following content inside an xml file: title i18n:texttitletext/i18n:text /title How do I use the same thing inside an xsl file?I dont want any contents inside my xml

i18n

2002-07-08 Thread kavitha ramesh
Hi, Iam working with i18n in cocoon.I have a page which displays 2 languages English and German.If I go to the Internet Option and change the language to arabic , Iam getting an error Unable to locate resources:message.Now I would like to set the default language as English, whatever

It works,,,

2002-07-08 Thread kavitha ramesh
Hi, ya,I added a file messages.xml and now it works,,,Thank you so much,,, Kavitha _ Click below to experience Aishwarya Rai's beauty secrets. New International Lux Skincare - It's not just soap, It's skincare.

Re: RE: RE: Problem with jsp in i18n

2002-07-05 Thread kavitha ramesh
: From: kavitha ramesh [mailto:[EMAIL PROTECTED]] Hi Konstantin, Thanks for your mail.It is only another extension and Iam not using any JSP Generator.I use Cocoon 2.0.I have setup my sitemap as follows: map:match pattern=jsp/* map:generate type=jsp src=/language/jsp/{1}.jsp

Re: RE: RE: Problem with jsp in i18n

2002-07-05 Thread kavitha ramesh
: From: kavitha ramesh [mailto:[EMAIL PROTECTED]] Hi Konstantin, Thanks for your mail.It is only another extension and Iam not using any JSP Generator.I use Cocoon 2.0.I have setup my sitemap as follows: map:match pattern=jsp/* map:generate type=jsp src=/language/jsp/{1}.jsp

Re: RE: RE: Problem with jsp in i18n

2002-07-05 Thread kavitha ramesh
: From: kavitha ramesh [mailto:[EMAIL PROTECTED]] Hi Konstantin, Thanks for your mail.It is only another extension and Iam not using any JSP Generator.I use Cocoon 2.0.I have setup my sitemap as follows: map:match pattern=jsp/* map:generate type=jsp src=/language/jsp/{1}.jsp

Problem with jsp in i18n

2002-07-05 Thread kavitha ramesh
Hi, Iam working with i18n in Cocoon.And I have a file called simple.xml which displays a title in English and German.When I converted the simple.xml to a simple.jsp only the front page is displayed.But Iam not able to display it in English and German.Here are the files, simple.jsp,