Ticket #2414 (closed enhancement: fixed)
Remove LXML as a dependency on core CKAN
| Reported by: | ross | Owned by: | ross |
|---|---|---|---|
| Priority: | awaiting merge | Milestone: | ckan-sprint-2012-06-25 |
| Component: | ckan | Keywords: | |
| Cc: | Repository: | ckan | |
| Theme: | none |
Description
Core CKAN currently has a dependency on LXML and it would be nice if we could remove it (although this *may* be indirectly through genshi).
Change History
Note: See
TracTickets for help on using
tickets.

LXML is currently used for markdown_extract and check_solr_schema_version
Changing check_solr_schema_version should be possible,
Used in markdown_extract to just strip HTML tags.