L
L
Lorem Ipsum2020-06-26 12:36:45
PHP
Lorem Ipsum, 2020-06-26 12:36:45

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.
5ef5c37132781011175289.png
There is an extra indent at the end of the XML file, maybe the error is due to it? How then to remove it?
5ef5c1a37c6f8209150786.png
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');

Even if you remove , it still creates an extra indent. $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 question

Ask a Question

731 491 924 answers to any question