- Newlines at end of file - Remove debug attribute - Indentation in the XSL
17 lines
776 B
XML
17 lines
776 B
XML
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
|
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
|
<dialog defbtn='okay'>
|
|
<button name='okay' type='regular' top='105' left='254'>OK</button>
|
|
<button name='cancel' type='regular' def-key='esc' top='105' left='189'>Cancel</button>
|
|
<pict type='dlog' num='16' top='6' left='6'/>
|
|
<text top='6' left='49' width='271' height='66'>
|
|
This features takes all of the text in your scenario
|
|
(all dialogue, all special messages, all signs, etc.)
|
|
and puts them into a file called 'Scenario text'.
|
|
All this text can then be easily spell-checked and proofread.
|
|
</text>
|
|
<text top='73' left='49' width='271' height='29'>
|
|
Pulling out all of the text in your scenario takes a little while, so be patient.
|
|
</text>
|
|
</dialog>
|