MULTEXT - Document MQL2. SgmlQL reference/Operators.
Union

The union between two sets is denoted with operator { , } .

Prototype

atvset <-- { set , set [ , set ]* }

Example

  • text( { {P, HEAD} , NOTE }, " ");
  • P HEAD NOTE
  • global $r = (first REF within file $myfile);
    $r;
  • <REF TARGET="note1">
    (1)
    </REF>
  • element REF
  •   attr:    { attr($r) , PLACE="foot" }
      content: content($r)
    ;
    <REF TARGET="note1" PLACE="foot">
    (1)
    </REF> 
    



    | Top | Next | SgmlQL reference | LPL/CNRS | MULTEXT

    Copyright © Centre National de la Recherche Scientifique, 1997.