I run this sequence of commands to render a DocBook XML text:
"
xsltproc -o GemBook.tmp add-indexterms.xsl GemBook.xml
xsltproc -o mytitlepage.xsl /etc/sgml/docbook-xsl/template/titlepage.xsl
mytitlepage.xml
xsltproc -o GemBook.fo --stringparam paper.type A4 print.xsl GemBook.tmp
fop GemBook.fo GemBook.pdf
"

This breaks with this error message:
"
[ERROR] file:/home/tom/Docs/Gemmologie/GemBook.fo:325:1668 The id
"id2877108" already exists in this document
"

There is nothing wrong with the XML.  The error occurs consistently when
I try to add an <indexterm>, but there for sure is no duplication as the
error message seems to suggest.  I suspect that FOP runs out of memory to
keep a full tree or index.  How can I expand that?

Or any other suggestions what may be the problem?
--
#>!$!%(@^%#%*(&([EMAIL 
PROTECTED]@^$##*#@&(%)@**$!(&!^(#((#&%!)%*@)(&$($$%(@#)&*!^$)[EMAIL PROTECTED]@)

        Tom Peters


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to