For this you can use like:
<?root-attributes xmlns:v="urn:schemas-microsoft-com:vml"?>
using this you can define attributes in root element in your page.Whatever the root element is in your html code.
Like in zk ,<html> is the root element so you can do like:
<?root-attributes lang="en" ?> thats for English ,for french use lang="fr"
No comments:
Post a Comment