Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 632553 Details for
Bug 850497
rhpkg/publican package fail on non-empty DocBook 5 subtitle
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch that fixes subtitle extractor when using DB5
subtitle_to_db5.patch (text/plain), 1.46 KB, created by
Douglas Silas
on 2012-10-24 06:22:59 UTC
(
hide
)
Description:
Patch that fixes subtitle extractor when using DB5
Filename:
MIME Type:
Creator:
Douglas Silas
Created:
2012-10-24 06:22:59 UTC
Size:
1.46 KB
patch
obsolete
>From 22feec54a5ba8f2883fb1202390f8ed9b666fa1f Mon Sep 17 00:00:00 2001 >From: Douglas Silas <dhensley@redhat.com> >Date: Wed, 24 Oct 2012 08:11:43 +0200 >Subject: [PATCH] Modify subtitle metadata extractor for DB5 > >--- > publican/datadir/xsl/subtitle.xsl | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > >diff --git a/publican/datadir/xsl/subtitle.xsl b/publican/datadir/xsl/subtitle.xsl >index 93b39b6..e25ff60 100644 >--- a/publican/datadir/xsl/subtitle.xsl >+++ b/publican/datadir/xsl/subtitle.xsl >@@ -7,13 +7,16 @@ > --> > > <!-- Get subtitle from Book_Info.xml for a language --> >-<xsl:stylesheet version="1.0" xml:space="preserve" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> >+<xsl:stylesheet version="1.0" >+ xml:space="preserve" >+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >+ xmlns:d="http://docbook.org/ns/docbook" >+> > <xsl:output encoding="UTF-8" indent="no" method="text" omit-xml-declaration="no" standalone="no" version="1.0"/> > > <!-- Note: do not indent this file! Any whitespace here will be reproduced in the output --> > >-<xsl:template match="/"><xsl:value-of select="/bookinfo/subtitle"/><xsl:value-of select="/setinfo/subtitle"/><xsl:value-of select="/articleinfo/subtitle"/> >-</xsl:template> >+<xsl:template match="/"><xsl:value-of select="/bookinfo/subtitle"/><xsl:value-of select="/setinfo/subtitle"/><xsl:value-of select="/articleinfo/subtitle"/><xsl:value-of select="/d:info/d:subtitle"/></xsl:template> > > </xsl:stylesheet> > >-- >1.7.11.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 850497
:
605984
|
606172
| 632553