Jose Nuno Coelho Pires said the following, On 2006-09-18 18:21: > ------- You are receiving this mail because: ------- You are the assignee > for the bug, or are watching the assignee. > > http://bugs.kde.org/show_bug.cgi?id=134289 Summary: Error while compiling > koffice/kexi/querydesigning.docbook on KDE-I18N Stable Product: docs > Version: unspecified Platform: Fedora RPMs OS/Version: Linux Status: NEW > Severity: normal Priority: NOR Component: general AssignedTo: > kde-doc-english kde org ReportedBy: jncp netcabo pt > > > Version: (using KDE KDE 3.5.4) Installed from: Fedora RPMs > OS: Linux > > An error occurs, while executing 'update_xml' script: > > [kde lisboa kde-i18n]$ scripts/update_xml --nodelete pt kexi/querydesigning > po2xml documentation/koffice/kexi/querydesigning.docbook > pt/docmessages/koffice/kexi_querydesigning.po can't find To see how queries > work in practice you will create <literal>contacts</literal> query joining > data from two tables <literal>persons</literal> and > <literal>phone_numbers</literal> (designed in chapter 3.1 and filled with > data in chapter 3.2). in To see how queries work in practice you will > create <literal>contacts</literal> query joining data from two tables > <literal>persons</literal> and <literal>phone_numbers</literal> (designed > in chapter 3.1 and filled with data in chapter 3.2 ). </para> > > This happens because the original text contains HTML comments and those > aren't properly handled by po2xml, I suppose.
The docbook has been checked as valid XML... The HTML is put within the comments to avoid loosing information about images and links that will be added in the next iteration. Is this a general problem with po2xml? (should we avoid < and > within XML comments?). In any case, if your're going to fix this in the docbook, please at least leave the information by replacing: <!--<a href="05_01_00_table_designing.html">--> with: <!-- a href="05_01_00_table_designing.html" --> -- regards / pozdrawiam, Jaroslaw Staniek Sponsored by OpenOffice Polska (http://www.openoffice.com.pl/en) to work on Kexi & KOffice: http://www.kexi-project.org, http://www.koffice.org KDE3 & KDE4 Libraries for MS Windows: http://kdelibs.com, http://www.kde.org
