I got rid of this annoying warning by specifying <!DOCTYPE xml>
after the <?xml ... >
tag instead of specifying something else (like templates
in your case).
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
I got rid of this annoying warning by specifying <!DOCTYPE xml>
after the <?xml ... >
tag instead of specifying something else (like templates
in your case).
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>