How do I include the proper XML / HTML definitions in a file generated by XSL?
- by Colen
As I understand it, you need to include the following code at the top of your HTML files to make sure they're parsed properly:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"…