Kodi Community Forum
Is the beginning XML line needed for .nfo files? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Is the beginning XML line needed for .nfo files? (/showthread.php?tid=334269)



Is the beginning XML line needed for .nfo files? - firewater - 2018-08-02

I'm wondering if the starting line
xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
has any effect at all for these files. I exclusively use local .nfo and I'd like it if I could remove it, just because it looks much cleaner and proper to me.


RE: Is the beginning XML line needed for .nfo files? - Karellen - 2018-08-02

https://www.xmlfiles.com/xml/xml-syntax/


RE: Is the beginning XML line needed for .nfo files? - firewater - 2018-08-04

That solves it then, thanks.