[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:25 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=f3fae72

The following commit has been merged in the master branch:
commit f3fae727e34762ea628b4ab3ee7cb7e1927b3d29
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Jun 1 11:19:25 2004 +0000

    Improved HTML output
---
 doc/tags.xsl | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/doc/tags.xsl b/doc/tags.xsl
index 8c1d3b2..9b87ba3 100644
--- a/doc/tags.xsl
+++ b/doc/tags.xsl
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>                   <!--*- sgml -*-->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<xsl:output method="html" />
-
+<xsl:output method="html" version="4.01" encoding="iso-8859-1" 
+doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" />
+ 
 <!-- *********************************************************************** -->
 <xsl:template match="TAGLIST">
 <html>
 <head>
   <title>Exiv2 - Exif metadata manipulation library and tools</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   <link type="text/css" rel="stylesheet" href="include/sortabletable.css" />
   <script type="text/javascript" src="include/sortabletable.js"></script>
 </head>
@@ -26,9 +26,14 @@
 </xsl:template>
 
 <!-- *********************************************************************** -->
+<xsl:template match="HEADER/text">
+  <xsl:copy-of select="text()|*"/>
+</xsl:template>
+
+<!-- *********************************************************************** -->
 <xsl:template name="header">
   <h2><xsl:value-of select="HEADER/title" /></h2>
-  <xsl:copy-of select="HEADER/text" />
+  <xsl:apply-templates select="HEADER/text"/>
 </xsl:template>
 
 <!-- *********************************************************************** -->

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list