pkp / ots

PKP XML Parsing Service
GNU General Public License v3.0
32 stars 19 forks source link

XSLTProcessor is an undocumented dependency #8

Closed crism closed 9 years ago

crism commented 9 years ago

Required by Bibtexreferences. Probably fixable in Composer.

crism commented 9 years ago

Er… no, it’s a PHP built-in. So why:

.................................................PHP Fatal error:  Class 'XSLTProcessor' not found in /home/crism/src/xmlps/module/BibtexreferencesConversion/src/BibtexreferencesConversion/Model/Converter/Bibtexreferences.php on line 172

Hmm.

axfelix commented 9 years ago

PHP version? I think native XSLT handling is recent-/ish/ but I'd be surprised if that were the issue. Bootstrapping? I'm really bad at PHP bootstrapping.

crism commented 9 years ago

http://www.php.net/manual/en/xsl.installation.php

Adding note to README.md.