/[ddp]/manuals/trunk/maint-guide/xslt/dblatex.xsl
ViewVC logotype

Contents of /manuals/trunk/maint-guide/xslt/dblatex.xsl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8641 - (hide annotations) (download) (as text)
Wed Apr 6 19:00:28 2011 UTC (2 years, 1 month ago) by osamu
File MIME type: application/xml
File size: 661 byte(s)
This stops breakage and nice lines
1 osamu 8601 <?xml version="1.0" encoding="utf-8"?>
2     <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3    
4     <xsl:output
5     method="xml" indent="yes" encoding="utf-8"
6     doctype-system="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
7     doctype-public="-//OASIS//DTD DocBook XML V4.5//EN"/>
8    
9    
10 osamu 8636 <!-- filename was not compatible with # in URL -->
11 osamu 8601 <xsl:template match="ulink[.!='']">
12     <xsl:copy-of select="."/>
13 osamu 8641 (<ulink><xsl:copy-of select="@url"/></ulink>)
14 osamu 8601 </xsl:template>
15    
16     <xsl:template match="*|@*|text()">
17     <xsl:copy>
18     <xsl:apply-templates select="*|@*|text()"/>
19     </xsl:copy>
20     </xsl:template>
21     </xsl:stylesheet>

  ViewVC Help
Powered by ViewVC 1.1.5