Project

General

Profile

« Previous | Next » 

Revision 65

Added by bojilova almost 25 years ago

corrected the problem with  
added encoding for <xsl:output/> like
<xsl:output method="html" encoding="iso-8859-1"/>

View differences:

xsqltest/eml-dataset-display.xsl
17 17
-->
18 18
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
19 19

  
20
  <xsl:output method="html"/>
20
  <xsl:output method="html" encoding="iso-8859-1"/>
21 21

  
22 22
  <xsl:template match="/">
23 23
    <html>
24 24
      <head>
25
	<link rel="stylesheet" type="text/css" href="./rowcol.css" />
25
        <link rel="stylesheet" type="text/css" href="./rowcol.css" />
26 26
      </head>
27 27
      <body class="emlbody">
28
	<center>
28
        <center>
29 29
          <h1>Data set description</h1>
30 30
          <h3>Ecological Metadata Language</h3>
31 31
        </center>
......
164 164
  <xsl:template match="keyword_info"/>
165 165
  <xsl:template match="relations"/>
166 166

  
167
</xsl:stylesheet>
167
</xsl:stylesheet>
lib/style/eml-dataset-display.xsl
17 17
-->
18 18
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
19 19

  
20
  <xsl:output method="html"/>
20
  <xsl:output method="html" encoding="iso-8859-1"/>
21 21

  
22 22
  <xsl:template match="/">
23 23
    <html>
24 24
      <head>
25
	<link rel="stylesheet" type="text/css" href="./rowcol.css" />
25
        <link rel="stylesheet" type="text/css" href="./rowcol.css" />
26 26
      </head>
27 27
      <body class="emlbody">
28
	<center>
28
        <center>
29 29
          <h1>Data set description</h1>
30 30
          <h3>Ecological Metadata Language</h3>
31 31
        </center>
......
164 164
  <xsl:template match="keyword_info"/>
165 165
  <xsl:template match="relations"/>
166 166

  
167
</xsl:stylesheet>
167
</xsl:stylesheet>

Also available in: Unified diff