- 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;
}
- or download this
child 1:
<keyword conref="ds"/>
...
privileges
<xref keyref="ids_sqs_0147"></xref>
- 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>
- or download this
my @children = $citeReference->children;
$linktext{citeReference->att('keys')} = \@children;
- or download this
<xref keyref="ids_sqs_0147">some existing text that should get replaced</xref> - 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>
- or download this
if($xref->att('keyref')){
my($h) = $linktext{$xref->att('keyref')};
...
}
$xref->print;
}
- or download this
child 1:
<keyword conref="ds"/>
...
privileges
<xref keyref="ids_sqs_0147">Database-level privileges</xref>