Include *.xsl в *.php

Lvenok1987

Новичок
Include *.xsl в *.php

Прописываю в файле test.php строчку:
PHP:
include "http://192.168.1.243:8000/status3.xsl";
После открытия файла test.php выдаются следующие ошибки:
PHP:
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /usr/local/www/vhosts/radio.navikur.ru/test.php on line 10  
  
Warning: include([url]http://192.168.1.243:8000/status3.xsl[/url]) [function.include]: failed to open stream: no suitable wrapper could be found in /usr/local/www/vhosts/radio.navikur.ru/test.php on line 10    

Warning: include() [function.include]: Failed opening 'http://192.168.1.243:8000/status3.xsl' for inclusion (include_path='.:/usr/local/share/pear') in /usr/local/www/vhosts/radio.navikur.ru/test.php on line 10
Вопрос: эти ошибки исправлять где-то на сервере (к примеру в php.ini и т.д.) или же это ошибки по поводу вставки XSL документа (или его кода) в *.php?
 
Сверху