gnucash-docs-1.8.2 xmllint
Michael Rensing
mrensing at users.sourceforge.net
Mon Aug 25 09:33:40 CDT 2003
Yep, these errors have been in the docs for a few days now.
Go to gnucash-docs/guide/C and grep whatever *
You'll get something like:
[michael at opus C]$ grep bus_ar_invoicechange1 *
chapter12.xml: <sect1 id="bus_ar_invoicechange1">
chapter12.xml: <screenshot id="bus_ar_invoicechange1">
chapter12.xml: <imagedata
fileref="figures/bus_ar_invoicechange1.png"
See? The sect1 id and the screenshot id are duplicates. I think Jon is
using a .png ending to the id tags for png's, but just forgot these.
I don't have CVS access, so I haven't done the fixes...
Regards,
Michael
On Sun, 2003-08-24 at 15:01, Chris Lyttle wrote:
> Ack!
>
> $ xmllint --valid --noout guide/C/gnucash-guide.xml
> guide/C/gnucash-guide.xml:378: validity error: ID txns_puttoget1 already
> defined<screenshot id="txns_puttoget1">
> ^
> guide/C/gnucash-guide.xml:95: validity error: ID loans_mortgage1 already
> defined <screenshot id="loans_mortgage1">
> ^
> guide/C/gnucash-guide.xml:225: validity error: ID loans_calcsexample2
> already defined
> <sect2 id="loans_calcsexample2">
> ^
> guide/C/gnucash-guide.xml:442: validity error: ID invest_setup_current
> already defined
> <screenshot id="invest_setup_current">
> ^
> guide/C/gnucash-guide.xml:449: validity error: ID bus_ar_invoicechange1
> already defined
> <screenshot id="bus_ar_invoicechange1">
> ^
>
> Chris
More information about the gnucash-devel
mailing list