Page 1 of 1
Problem with route blueprint

Posted:
Sun Oct 05, 2014 12:34 am
by SAR704
Trying to set up a route blueprint, but having trouble with export. The error message says
.....TemplateRoutes\Route blueprint1.xml: Data at the root level is invalid. Line 1, position 1.
This would be the one that says browsetexturefilterid wouldn't it? What are you supposed to put here? I don't see any references to it on the internet
Re: Problem with route blueprint

Posted:
Mon Oct 06, 2014 8:14 pm
by SAR704
Does anyone know what I've done wrong?
Re: Problem with route blueprint

Posted:
Tue Oct 07, 2014 9:24 am
by wacampbell
It means that the Route blueprint1.xml file is not in the correct format. I just made a quick check, creating a new blank route blueprint, and it exported fine. So its not a BPE problem.
How did you create the file?
Try creating a new blank blueprint and see if that exports.
Re: Problem with route blueprint

Posted:
Tue Oct 07, 2014 12:12 pm
by Chacal
Root level refers to the first level of the xml structure.
Having a problem at root level can mean:
- there's something wrong with the first line (the xml syntax is invalid) -- easy to check and fix
- there's something wrong with the text encoding (make sure it is saved in plain ANSI or UTF-8, no Unicode, no byte-order mark) -- easy to check with an hex editor such as Notepad++;
- there's an improperly closed xml tag somewhere in the file -- depending on the file size, good luck finding that.