greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16500

Show
Ignore:
Timestamp:
2008-07-22 10:24:18 (2 months ago)
Author:
max
Message:

Output method of the error message fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • greenstone3/trunk/web/ui/xslt/error.xsl

    r16315 r16500  
    1 <?xml version="1.0" encoding="ISO-8859-1"?> 
     1<?xml version="1.0" encoding="UTF-8"?> 
    22 
    33<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    44 
    5 <xsl:output method="html"/> 
     5<xsl:output  
     6method="xml"  
     7encoding="UTF-8"  
     8doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"  
     9doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" 
     10omit-xml-declaration="yes" 
     11indent="yes"/> 
     12 
    613   
    714<xsl:template match="/">