Opened 16 years ago
Last modified 8 years ago
#248 new enhancement
Genshi does not support the XHTML 1.1 + RDFa DOCTYPE
Reported by: | Hugo Dworak | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.9 |
Component: | Serialization | Version: | 0.5 |
Keywords: | xhtml, doctype, declaration | Cc: |
Description
Please add the support for XHTML 1.1 + RDFa documents.
<!DOCTYPE html PUBLIC "-W3CDTD XHTML+RDFa 1.0EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
Change History (4)
comment:1 Changed 15 years ago by cmlenz
- Milestone changed from 0.6 to 0.7
comment:2 Changed 14 years ago by Carsten Klein <carsten.klein@…>
comment:3 Changed 14 years ago by anonymous
In the patch it should say RDF not RTF.
comment:4 Changed 8 years ago by hodgestar
- Milestone changed from 0.7 to 0.9
Moved to milestone 0.9.
Note: See
TracTickets for help on using
tickets.
Here is a small patch that would add the requested doc type to the list of known doc types.
However, I wonder if that could not be externalized so that administrators can add new doc types on the fly...
genshi/output.py