|
Subject: Re: [xsl] i18n and l10n question From: Nicolas Van Cleemput <nicolas.vancleemput@xxxxxxxx> Date: Wed, 08 Nov 2006 09:42:24 +0100 |
OK, now I'm coming to the next step. These factoryfiles also contain a list of parameters:
<factory>
<i18n>
... (this works already ;))
</i18n>
<parameter>
<name></name>
<type></type>
<i18n>
<properties>
<entry key="parameter.description">descr</entry>
</properties>
<node name="nl">
<properties>
<entry key="parameter.description">descr</entry>
</properties>
</node>
</i18n>
</parameter>
<parameter>
<name></name>
<type></type>
<i18n>
<properties>
<entry key="parameter.description">descr</entry>
</properties>
<node name="nl">
<properties>
<entry key="parameter.description">descr</entry>
</properties>
</node>
</i18n>
</parameter>
...Now I want to make a table which contains an overview of the parameters. I therefore need to access several of these entry-elements (I only typed the description one for simplicity). Analogue to the previous method I did this:
This finds the correct number of parameters, but nothing is placed inside the table cells. It is as if the entry-elements aren't found.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] i18n and l10n question, Nicolas Van Cleemput | Thread | Re: [xsl] i18n and l10n question, Nicolas Van Cleemput |
| Re: [xsl] i18n and l10n question, Nicolas Van Cleemput | Date | [xsl] document() function refuses h, Robert Melskens |
| Month |