the following diff on OFS/dtml/fileEdit.dtml is a very simple patch to view xml files e.g. SVG graphical images also as text files. Greetings, Nik -- ________________________________________ Prof.Dr. Nik Klever - Neue Medien - ________________________________________ Fachhochschule Augsburg - FB Informatik http://www.fh-augsburg.de/multimedia mailto:klever@multimedia.fh-augsburg.de ________________________________________ DiZ - Zentrum für Hochschuldidaktik der bayerischen Fachhochschulen http://www.diz-bayern.de mailto:klever@diz-bayern.de ________________________________________ 51c51 < <dtml-if "(this().getContentType()[:4] == 'text' or (_.string.find(this().getContentType(),'xml') != -1))and this().get_size() < 65536"> ---
<dtml-if "this().getContentType()[:4] == 'text' and this().get_size() < 65536">
participants (1)
-
Nik Klever