View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007289CMakeCMakepublic2008-07-06 17:002009-01-10 09:02
ReporterJ. Bedouet 
Assigned ToAlex Neundorf 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0007289: dblatex failed when parsing docbook generated by CMake
DescriptionI successfully generate a docbook file for my custom modules with CMake.
Then, I try to generate a PDF file with dblatex --pdf mydocbook.

dblatex finds one error at the beggining of the file: an itemizedlist can't be empty. After deleting empty itemized lists, it works wery well.

See below docbook generated by CMake.

<?xml version="1.0" ?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [^] [
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE"> ]>
<article>
<articleinfo>
<title>cmake</title>
</articleinfo>
<sect1 id="section_Description">
<title>
Description</title>
<itemizedlist>
</itemizedlist>
<para>
Additional InformationVersions:
 - cmake 2.7-20080513
 - dblatex 0.2.5-1

Platform: XUbuntu
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0014517)
Alex Neundorf (developer)
2009-01-10 09:02

Fixed in cvs HEAD (mDocumentationFormatterDocbook.cxx rev 1.5)

Alex

 Issue History
Date Modified Username Field Change
2008-07-06 17:00 J. Bedouet New Issue
2008-08-19 16:51 Bill Hoffman Status new => assigned
2008-08-19 16:51 Bill Hoffman Assigned To => Alex Neundorf
2009-01-10 09:02 Alex Neundorf Note Added: 0014517
2009-01-10 09:02 Alex Neundorf Status assigned => closed
2009-01-10 09:02 Alex Neundorf Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team