Пустой шаблон

Материал из BiTel WiKi

Перейти к: навигация, поиск

Может пригодится если делать шаблоны с 0

<!DOCTYPE xsl:stylesheet  [
	<!ENTITY nbsp   "&#160;">
	<!ENTITY copy   "&#169;">
	<!ENTITY reg    "&#174;">
	<!ENTITY trade  "&#8482;">
	<!ENTITY mdash  "&#8212;">
	<!ENTITY ldquo  "&#8220;">
	<!ENTITY rdquo  "&#8221;"> 
	<!ENTITY pound  "&#163;">
	<!ENTITY yen    "&#165;">
	<!ENTITY euro   "&#8364;">
]>
<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>
Личные инструменты