1 # Copyright 2002-2007 Interchange Development Group and others
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version. See the LICENSE file for details.
8 # $Id: attr_list.coretag,v 1.8 2008-07-12 19:27:12 docelic Exp $
10 UserTag attr_list addAttr
11 UserTag attr_list hasEndTag
12 UserTag attr_list PosNumber 0
13 UserTag attr_list noRearrange
14 UserTag attr_list Version $Revision: 1.8 $
15 UserTag attr_list Routine <<EOR
17 my ($opt, $body) = @_;
18 if( ref $opt->{hash} ) {
21 return Vend::Interpolate::tag_attr_list($body, $opt);