Thread: XML Editing
View Single Post
  #1  
Unread 03-24-2005, 06:30 PM
Aeroslin's Avatar
Aeroslin Aeroslin is offline
A Brown Bear
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 8
Default XML Editing

In EQ1 I was more comfortable editing the XML files using a text editor. I could keep the code clean and easy to read as well as have explicit control over the data I was working with (and yes dealing with typos to).

I've tried the same track with the EQ2 xml files and I'm finding them to be a complete mess, the type of mess you get when using a wysiwyg style editor that doesn't write clean code.

I'm not using Notepad to edit the source files. I'm using a program called Jext which works quite well to interpret all of the data that's been written into the file. I've found something that I'm curious about with these xml files and that is what appears to be some binary or non-writable data at the very beginning of each of the default files and even the modded files that I've downloaded.

These three bytes are the same for each file,
Code:

or hex values, "EF BB BF". From my experience this looks like file corruption and should under most circumstances cause the xml to be badly formed.

Has anyone else noticed this?
Reply With Quote