~mfisch/yelp-xsl/update-to-3.8.1

« back to all changes in this revision

Viewing changes to xslt/docbook/html/db2html-funcsynopsis.xsl

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-17 15:12:22 UTC
  • mfrom: (1.1.16) (11.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120317151222-pnzcgh4actzfkwdb
Tags: 3.3.3-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
-->
18
18
 
19
19
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
20
                xmlns:db="http://docbook.org/ns/docbook"
20
21
                xmlns:str="http://exslt.org/strings"
21
 
                xmlns:db="http://docbook.org/ns/docbook"
22
22
                xmlns="http://www.w3.org/1999/xhtml"
 
23
                exclude-result-prefixes="db str"
23
24
                version="1.0">
24
25
 
25
26
<!--!!==========================================================================