If you find this helpful, please click the Google |


HTML Templates
XSL Transformation
HTML Templates
In HTML, the <?xml-stylesheet?>
processing instruction can be used to reference XSLT templates, which can be applied to multiple web pages to avoid repeating the code for common elements on all web pages and can be cached on the client side by web browsers, to improve page load times. For example, you can have a style sheet with templates that create site logos and navigation, possibly using HTML 5 menus, which can be updated to easily change the "look and feel" of the entire web site.