- url(urlpath(r'documents', DOC, 'dc', REVISION),
- document_dc_resource,
- name="docdc_view_withformat"),
+ # HTML
+ url(urlpath(r'documents', DOC, 'html', format=False),
+ document_html_resource, {'emitter_format': 'rawhtml'},
+ name="dochtml_view"),
+
+ # DC
+ #url(urlpath(r'documents', DOC, 'dc'),
+ # document_dc_resource,
+ # name="docdc_view_withformat"),