Hi Mathieu and Bob
Sorry, should have said that <bookinfo> needs converting to <info> in DB5
<bookinfo> does not exist under <book> according to
http://www.docbook.org/tdg5/en/html/book.html
<abstract> inside <info> works OK
book - A book
Sequence of:
One of:
Sequence of:
Interleave of:
title?
titleabbrev?
subtitle?
info? (db.titleforbidden.info)
info? (db.info)
Zero or more of:
acknowledgements
appendix
article bibliography
chapter
colophon
dedication
glossary
index
part
preface
reference
toc
Ron
On 9/12/10 4:25 AM, Mathieu Malaterre wrote:
Ok, I filed a bug report:
https://sourceforge.net/tracker/?func=detail&aid=3064674&group_id=21935&atid=373747
thx
On Sat, Sep 11, 2010 at 8:55 PM, Bob Stayton<[email protected]> wrote:
Yes, this looks like a bug. There is a template for abstract, but it isn't
working when the abstract is inside bookinfo.
Bob Stayton
Sagehill Enterprises
[email protected]
----- Original Message ----- From: "Mathieu Malaterre"
<[email protected]>
To: "DocBook Apps"<[email protected]>
Sent: Saturday, September 11, 2010 7:58 AM
Subject: [docbook-apps] db4-upgrade.xsl: book/bookinfo/abstract not
preserved
Hi there,
did anyone noticed that book/bookinfo/abstract was lost during a
db4-upgrade.xsl process ?
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<book>
<title></title>
<bookinfo>
<title></title>
<abstract>
<para>keep me</para>
</abstract>
</bookinfo>
</book>
becomes:
<!-- Converted by db4-upgrade version 1.0 -->
<book xmlns="http://docbook.org/ns/docbook" version="5.0">
<info><title/>
</info>
</book>
should I fill a bug report ?
thanks,
--
Mathieu
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
--
Ron Catterall Ph.D. D.Sc.
[email protected]
http://catterall.net
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]