comparison xslt/error.xslt @ 544:1507ec5ba69a

Regenerated
author Sergey Budnevitch <sb@waeme.net>
date Wed, 20 Jun 2012 13:50:58 +0000
parents cd2698ea00ab
children 91dd4a7fadbb
comparison
equal deleted inserted replaced
543:9085f0c59dc6 544:1507ec5ba69a
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3
4 <xsl:include href="ga.xslt"/>
3 5
4 <xsl:output indent="no" version="4.0" encoding="utf-8" method="html"/> 6 <xsl:output indent="no" version="4.0" encoding="utf-8" method="html"/>
5 7
6 <xsl:strip-space elements="*"/> 8 <xsl:strip-space elements="*"/>
7 9
17 19
18 <style type="text/css"> 20 <style type="text/css">
19 <xsl:value-of select=" normalize-space(' body { font-family: Georgia, serif; } ')"/> 21 <xsl:value-of select=" normalize-space(' body { font-family: Georgia, serif; } ')"/>
20 22
21 </style> 23 </style>
24
25 <xsl:call-template name="ga"/>
22 26
23 </head> 27 </head>
24 28
25 <body> 29 <body>
26 30