You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2005/06/14 00:37:11 UTC

DO NOT REPLY [Bug 35348] New: - I18ntranformation output xmlns:i18n in the first element

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35348>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35348

           Summary: I18ntranformation output  xmlns:i18n in the first
                    element
           Product: Cocoon 2
           Version: Current SVN 2.2
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: cheche@apache.org


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.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.