xsltforms
xsltforms copied to clipboard
CSV support
When I try to create an XForms instance from a CSV file (mediatype="text/csv; separator=,; header=present"
) I get an error in Firefox (Ubuntu 14.04):
Unsupported mediatype 'text/comma-separated-values'
However, in Chrome, the CSV is parsed correctly as text/csv
. Maybe an additional check could be added for text/comma-separated-values
as a valid mediatype?