Name

tag —

ATTRIBUTES

Attribute Pos. Req. Default Description
op Yes
arg | description Yes
interpolate     0 interpolate input?
reparse     1 interpolate output?
hide     0 Hide the tag return value?

DESCRIPTION

BEHAVIOR

This tag does not appear to be affected by, or affect, the rest of Interchange.

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

tag is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/SystemTag/tag.coretag
Lines: 16


# Copyright 2002-2007 Interchange Development Group and others
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.  See the LICENSE file for details.
# 
# $Id: tag.coretag,v 1.4 2007-03-30 23:40:49 pajamian Exp $

UserTag tag                 Order        op arg
UserTag tag                 addAttr
UserTag tag                 attrAlias    description arg
UserTag tag                 hasEndTag
UserTag tag                 PosNumber    2
UserTag tag                 Version      $Revision: 1.4 $
UserTag tag                 MapRoutine   Vend::Interpolate::do_tag

Source: lib/Vend/Interpolate.pm
Lines: 2149

sub do_tag {
my $op = uc $_[0];
#::logDebug("tag op: op=$op opt=" . uneval(\@_));
return $_[3] if !  defined $Tag_op_map{$op};
shift;
#::logDebug("tag args now: op=$op opt=" . uneval(\@_));
return &{$Tag_op_map{$op}}(@_);
}

AUTHORS

Interchange Development Group

SEE ALSO

data(7ic), Pragma(7ic)

DocBook! Interchange!