Hi,

I have an xml file which is as follows:

simple.xml
----------
<menu>
<person>
<gender sex="Male">
<name>Ramesh</name>
</gender>
</person>
<person>
<gender sex="Female">
<name>Kavitha</name>
</gender>
</person>
<person>
</menu>

and my xsl file is as follows:

simple.xsl
----------

<i18n:text>text1</i18n:text>
<i18n:text>text2</i18n:text>


and my messages for i18n are as follows:

messages_en
-----------
<message key="text1">Mr</message>
<message key="text2">Mrs</message>

messages_de
-----------
<message key="text1">Herrn</message>
<message key="text2">Frau</message>

If the sex is male, the browser should display

Mr.Ramesh(English)
Herrn.Ramesh(German)

If the sex is female then the browser should display

Mrs.Kavitha(English)
Frau.Kavitha(German)

How do I do this?Please help me,,,

Kavitha.

_________________________________________________________
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


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to