* @author Kornel LesiĆski
* @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License
* @version SVN: $Id: Attributes.php 649 2009-06-14 21:56:35Z kornel $
* @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:
*
*
*