Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
export_choose_xslt.inc.php File Reference

Namespaces

namespace  Export

Functions

 CheckParamXSLT ()

Variables

 $cssSw = new cssClassSwitcher
 $export_pagename = _("Konvertierung der Daten: ")
 $xslt_filename = strlen($_REQUEST['xslt_filename']) ? basename(stripslashes($_REQUEST['xslt_filename'])) : $xslt_filename_default

Function Documentation

CheckParamXSLT ( )

Checks given parameters

This function checks the given parameters. If some are missing or refer to a XSL-file that doesn't exist it returns false and adds a warning to export_error.

public

Returns
boolean

Variable Documentation

$cssSw = new cssClassSwitcher
$export_pagename = _("Konvertierung der Daten: ")
$xslt_filename = strlen($_REQUEST['xslt_filename']) ? basename(stripslashes($_REQUEST['xslt_filename'])) : $xslt_filename_default