select

The<icode type="attribute">select</icode>attribute defines nodes or an atomic value as the nodes to be inserted. If the<icode type="attribute">select</icode>attribute is set, the<icode type="attribute">sqf:stringReplace</icode>element should be empty.

The selected nodes will be copied. Unlike a deep copy function, the copied nodes could be manipulated by the current or other activity elements.

Value
XPath expression. The context of relative expressions is the substring to replace.

<b>Note:</b>The context will be always an atomic value. To select nodes from the XML instance, the use of variables outside of the<icode type="element">sqf:stringReplace</icode>element is necessary.

Default
There is no default value. If the<icode type="attribute">select</icode>attribute is not set, the content of the activity element defines the nodes to be inserted.

Attribute Information

Used By

Source

<xs:attribute name="select" type="xs:string">
  <xs:annotation>
    <xs:documentation>The
      <icode type="attribute">select</icode>attribute defines nodes or an atomic value as the nodes to be inserted. If the
      <icode type="attribute">select</icode>attribute is set, the
      <icode type="attribute">sqf:stringReplace</icode>element should be empty.</xs:documentation>
    <xs:documentation>The selected nodes will be copied. Unlike a deep copy function, the copied nodes could be manipulated by the current or other activity elements.</xs:documentation>
    <xs:documentation source="Value">XPath expression. The context of relative expressions is the substring to replace.</xs:documentation>
    <xs:documentation>
      <b>Note:</b>The context will be always an atomic value. To select nodes from the XML instance, the use of variables outside of the
      <icode type="element">sqf:stringReplace</icode>element is necessary.</xs:documentation>
    <xs:documentation source="Default">There is no default value. If the
      <icode type="attribute">select</icode>attribute is not set, the content of the activity element defines the nodes to be inserted.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Sample