<%inherit file="/base/index.html" /> <%def name="heading()">

Import an OLD XML file

You can import data into an OLD application if such data are structured in a dialect of XML called OLD XML. Choose an OLD XML file using the form below.

${self.fileUpload()}
${h.submit(value="Import OLD XML file", name='submit', tabindex=9)}
<%def name="fileUpload()">
Choose an OLD XML file to import
  1. ${h.file('fileData', tabindex=1)}