Custom Wizard XML error

I am attempting to create a version of the Windows Software Distribution Wizard with some minor changes. As I don’t want any changes I make to be potentially overwritten in the future by upgrades, I figured the best approach would be to:
(1) Copy all of the associated files (.ojo, .js, and .css)
(2) Change the Title in the .ojo file
(3) Change the file names to distinguish them from the originals
(4) Change all references within the files to the new names
(5) Make my changes
(6) Add the files to a custom site using Tools > Add Files to Site

However, when I get to step 6, the files do not get recognized as a dashboard or wizard, they just sit under Files in the site.

I tried loading the .ojo file using Debug > Load Wizard, and received an XML parsing error stating there was an invalid byte at line 1 character 39. As line 1 is only 38 characters long, I assumed this was referring to an EOL character, but I tried using Windows, Unix, Mac EOL characters and even removal of all EOL characters, but all received the same message.

Any assistance would be greatly appreciated as wizard/dashboard creation appears to be very poorly documented and I was informed by IBm support that this is outside of the scope of L2 support and I should post here instead.

1 Like

Just for the record, I never did figure out what the problem was that caused this. Eventually I made a new copy of the .ojo file and the new copy worked without issue (other than trying to identify all of the other files it needs to work).