My exe.xml can some kind soul take a squint at it

I know that adding as attachment is of no use to you Paul but might be of benefit to the original poster, Naismith or anyone else who wants to share an xml file. As Bill mentioned adding xml to a post at SOH upsets the forum software.
Well, as demonstrated by my post, it IS possible to display properly formatted XML here, but it is a massive PITA...

1. Click on # icon to create the 'code tags', add a blank line between the tags.
2. Turn OFF HTML.
3. Select XML to be pasted in your source file, press Ctrl-C to copy to the clipboard.
4. Place cursor on the blank line between the 'code tags'.
5. Click on 3rd icon from the left "Paste as plain text".
6. Save post. Do not try to do further edits!

Code:
  <PartInfo>
    <Name>KA350i_prop_pitch0</Name>
    <AnimLength>100</AnimLength>
    <Animation>
      <Parameter>
        <Sim>
          <Variable>GENERAL ENG PROPELLER LEVER POSITION:1</Variable>
          <Units>percent</Units>
          <Scale>-1.0</Scale>
          <Bias>100.0</Bias>
        </Sim>
      </Parameter>
    </Animation>
  </PartInfo>
 
Code:
<!--?xml version="1.0" encoding="Windows-1252"?-->
<simbase.document type="Launch" version="1,0">
    <descr>Launch</descr>    
  <filename>exe.xml</filename>
  <disabled>False</disabled>
  <launch.manualload>False</launch.manualload>
    <descr>Launch</descr>
    <launch.addon><name>Autothumbnail</name>
  <disabled>False</disabled>
  
G:\FSX Files\Autothumbnail\Autothumbnail.exe
    </launch.addon>
    <launch.addon>
  <name>DvoFollowMe</name>
  <disabled>False</disabled>
  <manualload>False</manualload>
  
Disposition\FollowMe.exe
    </launch.addon>
    <launch.addon>
  <name>UT2</name>
  <disabled>False</disabled>
  <manualload>False</manualload>
  
D:\FSX\Flight One Software\Ultimate Traffic 2\UT2Services.exe
    </launch.addon>
</simbase.document>



Yahooooo! Thanks Bill. Genius at work!


Testing line 6: "Do not try to do further edits!" I just learned that one cannot edit again after it's been posted... what a mess! (I had to try it Bill)
 
Code:
<!--?xml version="1.0" encoding="Windows-1252"?-->Testing line 6: "Do not try to do further edits!"   I just learned that one cannot edit again after it's been posted... what a mess!  (I had to try it Bill)[/QUOTE]
Yep, that's the ticket. Type your entire message first, post the code last. Hope like hell you don't have to edit your post any further. 

Worst of all from my point of view is one cannot reliably copy/paste example XML scripts from a post to their XML Editing program... :banghead:
 
Back
Top