b:loop Tag - Blogger Tags References
Loops allow access to the data contained in a table. In Blogger's XML editor , a loop is implemented using the tag <b:loop> . It provides access to the items of ARRAY . Loop Syntax: <b:loop values='ARRAY' var='VARIABLE_NAME'> <!-- Code to Be Executed Here --> </b:loop> Attributes used for b:loop tag Attributes Classification Prefix "expr:" Description Strictness values XML Blogger Expression authorized Table array to extract in the loop. The expected value can be an explicit value, a data item or a Blogger expression whose type is array To create an expression, use: Array operators Lambda operators (where/first) The Binary / Ternary Operator Mandatory var HTML classic authorized The expected value is any variable name that will contain the values of the items in the array. As an indication, in the gadget model supplied by default, Blogger engineering has chosen for most tables, the name of the table in th...