#! /bin/sh

filename=`kdialog --getsavefilename $HOME *.katalog`
response=`katalog_export_xml "$1" $filename`

