Ticket #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).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
