XSLTProcessor::transformToUri(): Memory allocation failed : reaching arbitrary MAX_URI_LENGTH limit
问题 I have some XML files that I need to "transform" in Html and display on screen. I have developed a simple script that works -almost- all of the times, using DOMDocument and XSLTProcessor . The problem is that sometimes it gives this error, and the resulting html is only a part of the complete content: XSLTProcessor::transformToUri(): Memory allocation failed : reaching arbitrary MAX_URI_LENGTH limit in /var/www/test/index.php on line 14 This is a working copy of my script, which gives the