I have same problems with parsing of <!-- youtube-player.xml 1.19 -->. this file is on my root and if i see the vt with tour_editor.html all work fine but if i try with tour.html i get xml parse error.I found a way to solve this parsing problem, but it's not as I'd like.
If have to put youtubeplayer.xml in the project root no to have this error message.
If I put the file in a folder, and change the destination to reach the youtubeplayer.xml, there is the parsing error message.</include>
This post has been edited 1 times, last edit by "nonchiedercilaparola" (Jun 8th 2016, 11:02am)
thanks for the reply. I take the youtube xml file on your site from this example: http://krpano.com/examples/119/examples/…tube-player.xmlHi,
tour.html = HTML5 by default when possible
tour_editor.html = always Flash
Flash = ignores many xml syntax errors
HTML5 = strict on xml syntex errors
'&' is not a valid xml character- '&' would need to be used.
See the basic xml documentation:
http://krpano.com/docu/xml/syntaxrules/#top
especially the check-list there (point 4):
http://krpano.com/docu/xml/syntaxrules/#errorchecking
Best regards,
Klaus