sorry, i've not translated the page '$page' yet. please be patient, i will translate it as soon as possible.
"; $xml_file = 'file://'.$path.'/links.xml'; } else { $xml_file = 'file://'.$path.'/links_en.xml'; } $xsl_file = 'file://'.$path.'/links.xsl'; // create xslt processor $xsltproc = xslt_create(); xslt_set_encoding($xsltproc, 'ISO-8859-1'); // process the xml file with the given xsl file $html = xslt_process($xsltproc, $xml_file, $xsl_file); if (empty($html)) { // an error has occured echo " Error: XSLT processing error: ".xslt_error($xsltproc)."!