Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleForm Verisi
linenumberstrue
<formData>
    <Production>
        <Model ProductModelID="1" Name="Classic Vest">
            <Product StandardCost="23.7490" />
            <Product StandardCost="23.7490" />
        </Model>
        <AvansBilgileri>
            <DonusmusTutar>44</DonusmusTutar>
        </AvansBilgileri>
    </Production>
</Production>

...

formData>


Node listesindeki 1 öğenin StandardCost değeri, node listesindeki 2 öğenin StandardCost değerinden küçük ve eşit ise True değeri üretir değilse False değeri üretir

Code Block
languagexml
titleKüçük eşittir kontrolü yapar
linenumberstrue
<SetVariable Name='$(StandardCost)'>
   <Less Equal='True'>
      <Value Target='Decimal'>::/Production/Model[1]/Product[1]/@StandardCost</Value>
      <Value Target='Decimal'>::/Production/Model[1]/Product[2]/@StandardCost</Value>
   </Less>
</SetVariable>

 


Node listesindeki 1 öğenin StandardCost değeri, node listesindeki 2 öğenin StandardCost değerinden küçük ise True değeri üretir değilse False değeri üretir.

...

Ayrıca Bakınız

SetVariable

Value