- Newlines at end of file - Remove debug attribute - Indentation in the XSL
9 lines
430 B
XML
9 lines
430 B
XML
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
|
<?xml-stylesheet href="dialog.xsl" type="text/xsl"?>
|
|
<dialog defbtn='done'>
|
|
<pict name='pict' type='dlog' size='large' num='0' top='9' left='9'/>
|
|
<text name='str1' framed='true' top='8' left='91' width='257' height='90'/>
|
|
<button name='done' type='done' top='107' left='287'/>
|
|
<button name='record' type='regular' def-key='r' top='107' left='8'>Record</button>
|
|
</dialog>
|