Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
Export Namespace Reference

Detailed Description

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.

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules export_choose_xslt

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.

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules export_linking_functions

Export-Subfile that calls the FOP.

This file calls the Formatting-Objects-Processor to generate PDF-Files.

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules export_run_fop

Export-Subfile that calls the XSLT-Process.

This file calls the XSLT-Process to convert XML-Files into other file-formats.

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules export_run_xslt

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.

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules export_start

Export-Subfile that exports data.

This file contains functions to get data from the Stud.IP-db and write it into a file.

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules export_studipdata_functions

function to delete old files in the export tmp-directory.

This file checks the tmp-directory for old files an deletes them.

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public

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.

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules export_view

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.

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules export_xml

Export xml-functions.

In this file there are several functions to generate xml-tags.

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules export_xml_functions

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!

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules export_xml_vars

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.

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules export_xml_vars

Tool to delete old files in the tmp-directory.

This file checks the tmp-directory for old files an deletes them.

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules oscar

Export-mainfile. Calls the submodules.

Author
public export_modules export

Export-mainfile. Calls the submodules.

This file checks the given parameters and calls the requested submodules for export in formats xml, rtf, html, pdf...

Author
Arne Schroeder schro.nosp@m.eder.nosp@m.@data.nosp@m..que.nosp@m.st.de public export_modules export