setFDBParameter('Kostenstelle','110219'); # nur das aktuelle Jahr ausgeben, nicht alle # $fdb->setFDBParameter('Jahr','2012'); # you can override the XSL File before processing the data # $fdb->setXsltFile('../xsl/forschdb_utf8_chermann.xsl'); # enables debug output (displays the full HTML page) $fdb->setXsltDebug(true); # echo the XML URL where the data is fetched from # echo $fdb->getXmlUrl(); # outputs the processed data (usually xml/html) echo $fdb->process(); ?>