~ubuntu-branches/ubuntu/oneiric/libxml2/oneiric-security

« back to all changes in this revision

Viewing changes to doc/searches.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2010-11-05 08:23:58 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20101105082358-11a5bm2rlasmmz18
Tags: 2.7.8.dfsg-1
* New upstream release.
* configure.in: Applied upstream fix to reactivate symbol versioning script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  <xsl:import href="site.xsl"/>
12
12
 
13
13
  <!-- Generate XHTML-1.0 transitional -->
14
 
  <xsl:output method="xml" encoding="ISO-8859-1" indent="yes"
 
14
  <xsl:output method="xml" encoding="UTF-8" indent="yes"
15
15
      doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
16
16
      doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
17
17
 
33
33
  <xsl:template match="queries">
34
34
    <xsl:variable name="date" select="@date"/>
35
35
    <xsl:variable name="title">Search statistics for <xsl:value-of select="$date"/></xsl:variable>
36
 
    <xsl:document href="searches.html" method="xml" encoding="ISO-8859-1"
 
36
    <xsl:document href="searches.html" method="xml" encoding="UTF-8"
37
37
      doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
38
38
      doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
39
39
      <html>