Stud.IP
2.0 Revision 48548
|
Export-subfile. Choses which XSL-Script to use.
In this file there are several forms which help choosing the proper XSL-Script to transform the export-data into a specific file-format.
Export-functions to create links to the export-module.
In this file there are three functions which help to include the export-module into Stud.IP-pages.
Export-Subfile that calls the FOP.
This file calls the Formatting-Objects-Processor to generate PDF-Files.
Export-Subfile that calls the XSLT-Process.
This file calls the XSLT-Process to convert XML-Files into other file-formats.
Export-Subfile that contains the first page of the export-module.
This file shows the first page of the export-module where the type of export and the institute can be chosen.
Export-Subfile that exports data.
This file contains functions to get data from the Stud.IP-db and write it into a file.
function to delete old files in the export tmp-directory.
This file checks the tmp-directory for old files an deletes them.
Visual presentation of the Export-module.
This file outputs the export-infobox, forms, messages and errors to the screen. The HTML-Design and table-Structure for export-pages are part of this file. It is used for any part of the export-module. If $o_mode is "direct" or "passthrough" it writes only the xml-stream or the output-file to the screen.
Export-subfile that calls export-functions to create a xml-file.
This file call export_range to get a xml-strem with the wanted data. Depending on $o_mode it passes the xml-stream into a file or to the screen.
Export xml-functions.
In this file there are several functions to generate xml-tags.
Config file for xml-export
This file contains several arrays, that define which names will be used for specific xml-tags in the output-file. Changes in this file may cause export-problems if the XSLT-Scripts are not changed either!
Config file for xslt-script inclusion
This file contains several arrays, that define which xslt-scripts are available to the export-module. To add new designs and file-formats to the export-module, just add a new set of filetype, name, description and format-name to this file.
Tool to delete old files in the tmp-directory.
This file checks the tmp-directory for old files an deletes them.
Export-mainfile. Calls the submodules.
Export-mainfile. Calls the submodules.
This file checks the given parameters and calls the requested submodules for export in formats xml, rtf, html, pdf...