diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 06:55:11 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 06:55:11 +0900 |
commit | d2cfd1f36d94c2377115f9ac79213eae31f83464 (patch) | |
tree | d33d3aadc7edbb0b5dd84194e053e16fc4410c06 /manpages/pi.xsl | |
parent | 4c7d5230da2c9c32ccfd18cf1f46b8c50d32db7a (diff) | |
download | docbook-xsl-stylesheets-d2cfd1f36d94c2377115f9ac79213eae31f83464.tar.gz docbook-xsl-stylesheets-d2cfd1f36d94c2377115f9ac79213eae31f83464.tar.bz2 docbook-xsl-stylesheets-d2cfd1f36d94c2377115f9ac79213eae31f83464.zip |
Imported Upstream version 1.79.2upstream/1.79.2
Diffstat (limited to 'manpages/pi.xsl')
-rw-r--r-- | manpages/pi.xsl | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/manpages/pi.xsl b/manpages/pi.xsl index 7b0975b..669f228 100644 --- a/manpages/pi.xsl +++ b/manpages/pi.xsl @@ -1,23 +1,21 @@ <?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" + xmlns:d="http://docbook.org/ns/docbook" + xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" - exclude-result-prefixes="doc" + exclude-result-prefixes="doc d" version='1.0'> <!-- ******************************************************************** - $Id: pi.xsl 7644 2008-01-16 11:04:07Z xmldoc $ - ******************************************************************** This file is part of the XSL DocBook Stylesheet distribution. - See ../README or http://docbook.sf.net/release/xsl/current/ for + See ../README or http://cdn.docbook.org/release/xsl/current/ for copyright and other information. ******************************************************************** --> <doc:reference xmlns=""><info><title>manpages Processing Instruction Reference</title> <releaseinfo role="meta"> - $Id: pi.xsl 7644 2008-01-16 11:04:07Z xmldoc $ </releaseinfo> </info> <partintro xml:id="partintro"> |