.. _xmlfiles: ######### XML files ######### The Python module generates TEI XML for insertion within the ``
`` element. Therefore the Python module requires a suitable XML template file as input which contains all XML other than the contents of the ```` section. The template file should contain the string ``#INSERT#`` at the location where the new XML should be inserted i.e. the template should contain:: #INSERT# in the XML. After successful processing each text file two XML files are created in a folder called XML. The new files contain the main body of XML and the apparatus XML linked using the double-end-point-attached method as described `here