Browse Source

Encoding change


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@198001 13f79535-47bb-0310-9956-ffa450edef68
tags/Defoe_export
Peter Bernard West 19 years ago
parent
commit
2814adb238
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/codegen/xml-lang.xsl

+ 2
- 2
src/codegen/xml-lang.xsl View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- $Id$ -->
@@ -32,7 +32,7 @@
from the input file
xml-lang.xml
found in the conf directory. -->
<xsl:output method="text" encoding="iso-8859-1"/>
<xsl:output method="text" encoding="utf-8"/>
<xsl:template match="xml-lang">
<xsl:value-of select="$licence"/>
<xsl:variable name="languages">

Loading…
Cancel
Save