I like your idea. Although in practise I'm not sure how widely it would be used. Still...
For consitency with the parts xml format you and I use I'd suggest:
	
	
	
	
	
For consitency with the parts xml format you and I use I'd suggest:
Code:
<LDraw-Applications>
    <App>
        <Name>
            MLCad
        </Name>
        [<Description>
            An LDraw part editor.
        </Descripton>]
        <Location>
            c:\Programm\MLCAD\mlcad.exe
        </Location>
    </App>
    <App>
        <Name>
            LDDP
        </Name>
        <Location>
            c:\Programm\LDDP\LDDP.exe
        </Location>
    </App>
    <App>
        <Name>
            LDView
        </Name>
        <Location>
            c:\Programm\LDView\LDview.exe
        </Location>
    </App>    
</LDraw-Applications>
      
      
 