[interchange-docs] xmldocs - racke modified refs/uc-attr-list.tag

docs at icdevgroup.org docs at icdevgroup.org
Wed Jul 9 21:39:26 UTC 2008


User:      racke
Date:      2008-07-09 21:39:26 GMT
Modified:  refs     uc-attr-list.tag
Log:
purpose, description and see also added

Revision  Changes    Path
1.2                  xmldocs/refs/uc-attr-list.tag


rev 1.2, prev_rev 1.1
Index: uc-attr-list.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/uc-attr-list.tag,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uc-attr-list.tag	17 Feb 2005 23:25:39 -0000	1.1
+++ uc-attr-list.tag	9 Jul 2008 21:39:26 -0000	1.2
@@ -1,3 +1,7 @@
+__NAME__ purpose
+replaces placeholders in curly braces with provided values
+__END__
+
 __NAME__ synopsis 
 <row>
 
@@ -18,6 +22,40 @@
 	</entry>
 
 </row> 
-&ROW_INTERPOLATE_0;
-&ROW_REPARSE_1;
-__END__
\ No newline at end of file
+&TAG_CONTAINER;
+__END__
+
+__NAME__ description
+<tag>uc-attr-list</tag> replaces placeholders in curly braces with
+provided values. These values can be passed as parameters or as
+Perl hash reference in the <literal>hash</literal> parameter.
+
+<informaltable>
+<tgroup cols="2">
+<thead>
+<row>
+<entry>Placeholder</entry>
+<entry>Replacement</entry>
+</row>
+</thead>
+<tbody>
+<row>
+<entry>{NAME}</entry>
+<entry>value of NAME</entry>
+</row>
+<row>
+<entry>{NAME?}...{/NAME?}</entry>
+<entry>placeholder contents if NAME is true</entry>
+</row>
+<row>
+<entry>{NAME?}...{/NAME?}</entry>
+<entry>placeholder contents if NAME is false</entry>
+</row>
+</tbody>
+</tgroup>
+</informaltable>
+__END__
+
+__NAME__ see also
+attr-list
+__END__







More information about the docs mailing list