Answer the question
In order to leave comments, you need to log in
How to fix Error:Premature end of file?
Hello. For some reason, the XML validation built into PhpStorm throws an error Error:Premature end of file.
There is an extra indent at the end of the XML file, maybe the error is due to it? How then to remove it?
I create a file using DOM:
# Инициализация DOM и его настройка #
$yandexFeed = new DOMDocument('1.0', 'utf-8');
$yandexFeed->formatOutput = true;
$yandexFeed->preserveWhiteSpace = false;
...
# Наполнение XML #
...
$yandexFeed->save('yaOut.xml');
$yandexFeed->formatOutput = true;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question