* @author Kornel LesiƄski * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License * @version SVN: $Id$ * @link http://phptal.org/ */ /** * TAL Specifications 1.4 * * argument ::= attribute_statement [';' attribute_statement]* * attribute_statement ::= attribute_name expression * attribute_name ::= [namespace ':'] Name * namespace ::= Name * * examples: * * *