I am developing an international website with mainly static content, but
have run into a problem related to i18n.

I would like to translate whole paragraphs of text using the i18n framework,
but would like these paragraphs to contain some more or less html-like tags.
The problem is that I18nTransformer seems to only copy the last text node
from a <translation> tag.

An example of what I would like to have:

<translation lang="en">The <b>first</b> paragraph</translation>

giving the translated english result:
"The <b>first</b> paragraph"

...later to be serialized into an html file.

Howewver, the result is just:
"paragraph"

I can understand that there is some basic framework constraint I could be
violating, but I don't have the experience to point it out. Could someone do
that for me? Anyone with a solution or a work-around?

/Gustav


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

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

Reply via email to