Jump to content

XML Notepad

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 102.1.4.95 (talk) at 20:59, 28 March 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

xml xmlns="http://www.w3.org/1999/xhtml" collection="true">

 <variables></variables>
 <block type="trade" id="xgH69|xFn9=70w.*3Vo@" x="0" y="0">
   <field name="MARKET_LIST">synthetic_index</field>
   <field name="SUBMARKET_LIST">random_index</field>
   <field name="SYMBOL_LIST">R_10</field>
   <field name="TRADETYPECAT_LIST">digits</field>
   <field name="TRADETYPE_LIST">matchesdiffers</field>
   <field name="TYPE_LIST">DIGITDIFF</field>
   <field name="CANDLEINTERVAL_LIST">120</field>
   <field name="TIME_MACHINE_ENABLED">FALSE</field>
   <field name="RESTARTONERROR">TRUE</field>
   <statement name="INITIALIZATION">
     <block type="notify" id="mNekN9nJU[.ISQC`h/-}">
       <field name="NOTIFICATION_TYPE">success</field>
       <field name="NOTIFICATION_SOUND">silent</field>
       <value name="MESSAGE">
         <shadow type="text" id="qUz7QSWCt!rcI,~o$cgk">
           <field name="TEXT">abc</field>
         </shadow>
         <block type="text_join" id="!1~[YsL]M0-J#qtt(-$^">
           <mutation items="2"></mutation>
           <value name="ADD0">
             <block type="text" id="e:mA;uP#9x5VQu$JIu?r">
               <field name="TEXT"></field>
             </block>
           </value>
           <value name="ADD1">
             <block type="payout" id="cx@q_4@Roz7HZ86H!(*{" disabled="true">
               <field name="PURCHASE_LIST">DIGITDIFF</field>
             </block>
           </value>
         </block>
       </value>
     </block>
   </statement>
   <statement name="SUBMARKET">
     <block type="market_analysis" id="Gvh_7OAmjGZr]~i.zO`T">
       <field name="ANALYSIS_TYPE">trend</field>
       <field name="ANALYSIS_INTERVAL">5m</field>
       <value name="ANALYZE_MARKET">
         <shadow type="text" id="RZ(fo)j#=!C;a!{~H3qC">
           <field name="TEXT">Market</field>
         </shadow>
         <block type="market_dropdown" id="}x%?kL[Xy%f1zf4~`vC`"></block>
       </value>
     </block>
     <block type="if_block" id="jf#5=AJ#XEi^9xtc~]gZ">
       <mutation else="1"></mutation>
       <value name="IF0">
         <block type="compare" id="*B$F#ZDp#AjYr:!G@]i7">
           <field name="OP">GT</field>
           <value name="A">
             <block type="market_condition" id="Ot7V[|B1u*7,jF$E#u9t"></block>
           </value

History

The original XML Notepad was written in 1998 by Murray Low in C++, but was eventually removed from Microsoft Developer Network (MSDN) due to its lack of support for modern XML standards and no maintenance. However, because of high demand, a replacement was written in C# by Chris Lovett using the System.Xml library of the .NET Framework 2.0.[1]

XML Notepad 2007 was released eight months after the release of XML Notepad 2006. The new version featured several bug fixes, Windows Vista compatibility and updated Aero-style computer icons.[2]

XML Notepad 2.6 was released in 2014 containing various bug fixes reported by community on codeplex. It was also updated to use .NET Framework 4.0. According to the Codeplex Web site it moved in 2016 to GitHub.[3][4]

See also

References

  1. ^ Lovett, Chris (August 2006). "XML Notepad 2007 Design". MSDN. Microsoft. Retrieved 16 July 2010.
  2. ^ Oiaga, Marius (23 November 2006). "Microsoft Unveils XML Notepad 2007". Softpedia. SoftNews. Retrieved 16 July 2010.
  3. ^ "Chris Lovett (2014) "XML Notepad Wiki"". GitHub. Retrieved 12 May 2016.
  4. ^ Microsoft XML Notepad page at github

Further reading