Help for this page

Select Code to Download


  1. or download this
    if($xref->att('keyref')){
     my($h) = $linktext{$xref->att('keyref')}; # the keyref att is the key
    + previously defined for the %linktext hash
    ...
     } 
    $xref->print;
    }
    
  2. or download this
     child 1:
    <keyword conref="ds"/>
    ...
     privileges
    
    <xref keyref="ids_sqs_0147"></xref>
    
  3. or download this
    <citeReference 
       keys="ids_sqs_0147"
       href="../com.ibm.sqls.doc/ids_sqs_0147.dita#ids_sqs_0147">
    ...
       Database-<b>level</b> privileges
     </linktext>
    </citeReference>
    
  4. or download this
    my @children = $citeReference->children;
    $linktext{citeReference->att('keys')} = \@children;
    
  5. or download this
    <xref keyref="ids_sqs_0147">some existing text that should get replaced</xref>
  6. or download this
    <xref href="../com.ibm.sqls.doc/ids_sqs_0147.dita#ids_sqs_0147">
      <keyword conref="ds"/>
       Database-<b>level</b> privileges
    </xref>
    
  7. or download this
    if($xref->att('keyref')){
     my($h) = $linktext{$xref->att('keyref')};
    ...
     } 
    $xref->print;
    }
    
  8. or download this
     child 1:
    <keyword conref="ds"/>
    ...
     privileges
    
    <xref keyref="ids_sqs_0147">Database-level privileges</xref>