Source for file CommonAttributes.php

Documentation is available at CommonAttributes.php

  1. <?php
  2.  
  3. {
  4.     public $name = 'CommonAttributes';
  5.     
  6.     public $attr_collections = array(
  7.         'Core' => array(
  8.             => array('Style'),
  9.             // 'xml:space' => false,
  10.             'class' => 'NMTOKENS',
  11.             'id' => 'ID',
  12.             'title' => 'CDATA',
  13.         ),
  14.         'Lang' => array(),
  15.         'I18N' => array(
  16.             => array('Lang')// proprietary, for xml:lang/lang
  17.         ),
  18.         'Common' => array(
  19.             => array('Core''I18N')
  20.         )
  21.     );
  22. }

Documentation generated on Thu, 19 Jun 2008 18:48:56 -0400 by phpDocumentor 1.4.2