HTMLPurifier 4.4.0
/home/ezyang/Dev/htmlpurifier/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php
Go to the documentation of this file.
00001 <?php
00002 
00003 class HTMLPurifier_HTMLModule_XMLCommonAttributes extends HTMLPurifier_HTMLModule
00004 {
00005     public $name = 'XMLCommonAttributes';
00006 
00007     public $attr_collections = array(
00008         'Lang' => array(
00009             'xml:lang' => 'LanguageCode',
00010         )
00011     );
00012 }
00013 
00014 // vim: et sw=4 sts=4