-
0 Votes26 Posts10k Views
-
0 Votes14 Posts4k Views
-
0 Votes22 Posts8k Views
-
0 Votes5 Posts2k Views
-
0 Votes3 Posts1k Views
-
0 Votes4 Posts1k Views
-
0 Votes8 Posts2k Views
-
0 Votes4 Posts1k Views
-
0 Votes2 Posts982 Views
-
0 Votes3 Posts1k Views
-
0 Votes2 Posts1k Views
-
0 Votes6 Posts2k Views
-
0 Votes1 Posts965 Views
Recent Posts
-
I think the XOB file format is escaped. We may need to take another stab at exporting the data.
-
huh. so what's adding the weird prefix?
maybe try commenting out line 9 & 10?
-
It is interesting that works. Seemingly it is the web browser auto-attaching the 'doctype' part.
Here is the raw contents of the file, notice it is missing that doctype line:
https://github.com/triplea-game/triplea-game.github.io/blob/master/xob/XOB.htmlFor comparison: https://triplea-game.org/xob/XOB.html
What else, I'm not able to apply the same trick as you. If I save the file & open it - I see similar results as 'https://triplea-game.org/xob/XOB.html'

-
i copypasted the text into notepad and deleted the
"Line wrap
<!DOCTYPE HTML>"
bit at the front and saved it as an .html file and now it works in my browser (firefox).