Updated several links to the SRU pages (which was completely re-organized
[id-docbook-common-moved-to-github.git] / ref2dbinc.xsl
1 <?xml version="1.0"?>
2 <!-- $Id: ref2dbinc.xsl,v 1.2 2006-09-05 11:57:23 adam Exp $ -->
3 <xsl:stylesheet
4   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5   version="1.0">
6
7     <xsl:output method="xml" encoding="UTF-8"/>
8
9 <xsl:template match="/refentry">
10   <xsl:comment>Generated by stripref.xsl . Do not edit</xsl:comment>
11   <section>
12     <title>
13       <xsl:value-of select="refmeta/refentrytitle"/>
14     </title>
15     <xsl:apply-templates/>
16   </section>
17 </xsl:template>
18
19 <xsl:template match="refnamediv">
20   <para>
21      <xsl:value-of select="refpurpose"/> 
22   </para>
23 </xsl:template>
24
25 <xsl:template match="refmeta">
26 </xsl:template>
27
28 <xsl:template match="refsynopsisdiv">
29   <xsl:copy-of select="cmdsynopsis"/>
30 </xsl:template>
31
32 <xsl:template match="refsect1">
33  <section>
34   <xsl:copy-of select="*"/>
35  </section>
36 </xsl:template>
37
38 </xsl:stylesheet>
39