Editing XML documents directly is not usually necessary, and should only be attempted by advanced users.
All descriptive data in DX Studio™ is stored in standard XML format. In DX Studio™, you can edit this data directly, and see the results reflected in your document as soon as you save your changes.
XML is widely documented. A good introduction to the specification can be found here:-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxml/html/understxml.asp
Example - Simple XML File from DX Studio
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dxstudio version="1.0" width="800" height="600">
<scene id="scene1" src="scene_1.dxsscene"/>
<layer id="background" sceneid="scene1"/>
</dxstudio>
See Also


