Пустой шаблон
Материал из BiTel WiKi
Может пригодится если делать шаблоны с 0
<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp " "> <!ENTITY copy "©"> <!ENTITY reg "®"> <!ENTITY trade "™"> <!ENTITY mdash "—"> <!ENTITY ldquo "“"> <!ENTITY rdquo "”"> <!ENTITY pound "£"> <!ENTITY yen "¥"> <!ENTITY euro "€"> ]> <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:bgcrm="http://bgcrm.ru/saxon-extension" xmlns:t="http://bgcrm.ru/template" exclude-result-prefixes="bgcrm t" version="2.0"> <xsl:template match="/event"> <xsl:variable name="process" select="bgcrm:process(@objectId)"/> <style> body, table { font-family: Times New Roman; font-size: 14px; font-weight: normal; } </style> <body> <!-- Здесь будет контент --> </body> </xsl:template> </xsl:transform>