#105 closed defect (fixed)
ET does not convert attribute names to QName.
Reported by: | Maciej Ligenza | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.4 |
Component: | Template processing | Version: | 0.3.6 |
Keywords: | Cc: |
Description
ET helper does not prepare attributes properly. The attributes are held in form Attrs( list_of( (string, string) ) ) instead of Attrs( list_of( (QName,string) ) ) (see: source:trunk/genshi/input.py@504#L33). In that form NamespaceFlattener.__call__() (and probably others) can't cope with them properly (see: source:trunk/genshi/output.py@504#L440).
Change History (2)
comment:1 Changed 18 years ago by Maciej Ligenza
comment:2 Changed 18 years ago by cmlenz
- Resolution set to fixed
- Status changed from new to closed
Patch applied in [511].
Note: See
TracTickets for help on using
tickets.
Patch that helps: