• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

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