Tuesday 19 September 2006 5:09:30 am
Another WAI requirement is for the "hreflang" parameter for the "link" XML tag. Both "summary" and "hreflang" may be implemented hacking the current Ez kernel (3.8.x).
You need to modify the following files:
kernel/classes/datatypes/ezxmltext/ezxmlschema.php kernel/classes/datatypes/ezxmltext/handlers/output/ezxhtmlxmloutput.php The first (ezxmlschema.php) for adding the new attributes needed, and the second (ezxhtmlxmloutput.php) for adding the PHP code which implement those attributes.
|