Thread: How Too Thread
View Single Post
Old 07-27-2002, 12:15 PM   #2
Alshain
A Ghoul
 
Alshain's Avatar
 
Join Date: Jul 2002
Server: Tarrew Marr
Posts: 17
Default

If you've worked with HTML then XML is just an extension of that. HTML has predefined keywords. Examples of HTML keywords are <table> and <p>. XML allows us (Sony in this case) to define our own keywords. Examples of XML keywords Sony has defined are <gauge> and <label>.

The XML file containing the keywords (called a Schema in XML speak) that Sony has created for the EQ User Interface (UI) is named SIDL.xml. You look at this file to understand how to code the various UI elements such as windows, buttons, gauges, text. There is an AboutSIDL.doc file which describes most of the keywords found in SIDL.xml but it does have some errors.

Some parts of the UI cannot be changed. You can't remove or add buttons to the various windows. You can't create new windows. You can move stuff around inside the windows. You can add or remove some elements (gauges and text for example) to the windows. You can change the appearace of windows (add/remove titles, all the window to resize, etc).

Just use notepad to edit the XML files.
__________________
Alshain - 60 Enchanter, Tarew Marr
Alshain is offline   Reply With Quote