2 issues with Jira in one mail - maybe somebody (Pier?) knows how to fix
them?
1. I changed status to "On Hold". But as you can see you can see nothing
- at least in this mail :)
2. Why are the subjects of the mails localized? "Aktualisiert" and
"Kommentiert" in the last two Jira mails is German for "Updated" and
"Commented".
Jörg
On 21.11.2005 19:34, Jörg Heinicke (JIRA) wrote:
[ http://issues.apache.org/jira/browse/COCOON-1529?page=all ]
Jörg Heinicke updated COCOON-1529:
----------------------------------
I18ntranformation output xmlns:i18n in the first element
---------------------------------------------------------
Key: COCOON-1529
URL: http://issues.apache.org/jira/browse/COCOON-1529
Project: Cocoon
Type: Bug
Components: - Components: Sitemap
Versions: 2.2-dev (Current SVN)
Environment: Operating System: other
Platform: Other
Reporter: Juan Jose Pablos
Assignee: Cocoon Developers Team
This is a strage bug.
on http://localhost:8888/samples/i18n/simple.xml around line 183:
<annotation xmlns:i18n="http://apache.org/cocoon/i18n/2.1">
This produces wrong xml output (extra xmlns:i18n attribute).
now if you commented out the annotation element then the xmlns:i18n attribute
goes to the next element:
<content xmlns:i18n="http://apache.org/cocoon/i18n/2.1">
It looks like it goes to the parent element always.
I wish that I could have more information about how to resolve this.