[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: why does qandaset suck so badly?
Hi,
I'm trying to use the docbook qandaset element. At first it was great,
however I just tried adding yet another Q and A
<qandaentry>
<question>
...
</question>
<answer>
...
</answer>
</qandaentry>
to my list and I keep getting
[java] org.apache.fop.apps.FOPException:
file:/home/gridsphere/WWW/cvs.gridsphere.org/software/gridsphere-docs/docs/docbook/FAQ/html/FAQ.fop:9:178
The id "N1000F" already exists in this document
[java] at
org.apache.fop.datatypes.IDReferences.createID(IDReferences.java:119)
[java] at org.apache.fop.fo.flow.ListItem.layout(ListItem.java:133)
Why is this happening? I don't want to have to hack the supplied
stylesheets or hack internal FOP processing code.. can I simply pass it
a flag or id="newentry" or something in my xmlfile?
I am using docbook-xml-4.4, docbook-xsl-1.68.1 and fop-0.20.5rc2
Thanks, Jason
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]