On 13/04/2008 12:37, Joe Grech wrote:
I did what Harold suggested to insert in Calc but nothing happened.  FYI I am 
sending the last part of the file to see what have I done wrongly.

<node oor:name="CR13" oor:op="replace">
      <prop oor:name="FromUnit">
        <value>EUR</value>
      </prop>
      <prop oor:name="ToUnit">
        <value>SIT</value>
      </prop>
      <prop oor:name="Factor">
        <value>239.64</value>
      </prop>
    </node>
  </node>
<node oor:name="CR14" oor:op="replace">
      <prop oor:name="FromUnit">
        <value>EUR</value>
      </prop>
      <prop oor:name="ToUnit">
        <value>MTL</value>
      </prop>
      <prop oor:name="Factor">
        <value>0.429300</value>
      </prop>
    </node>
  <node oor:name="CR14" oor:op="replace">
      <prop oor:name="FromUnit">
        <value>EUR</value>
      </prop>
      <prop oor:name="ToUnit">
        <value>MTL</value>
      </prop>
      <prop oor:name="Factor">
        <value>0.429300</value>
      </prop>
    </node>
  <node oor:name="Calculate">
    <node oor:name="Other">
      <node oor:name="Date">
        <prop oor:name="YY">
          <value>1899</value>
        </prop>
        <prop oor:name="MM">
          <value>12</value>
        </prop>
        <prop oor:name="DD">
          <value>30</value>
        </prop>
      </node>
    </node>
  </node>
</oor:component-data>

_________________________________________________________________
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
You put your MTL definition in the wrong place. You put it **after **

<node oor:name="CR13" oor:op="replace">
     <prop oor:name="FromUnit">
       <value>EUR</value>
     </prop>
     <prop oor:name="ToUnit">
       <value>SIT</value>
     </prop>
     <prop oor:name="Factor">
       <value>239.64</value>
     </prop>
   </node>
 </node>

It needs to go *between* the two "</node>" statements. The first "</node> ends the definition of CR13; the second ends the definition of the entire list of currencies. CR14 must obviously be defined after CR13 but within the list of currencies.

--
Harold Fuchs
London, England
Please reply *only* to [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to