DO NOT REPLY [Bug 14962] - Bug in ID Generation

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=14962.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=14962

Bug in ID Generation





--- Additional Comments From [EMAIL PROTECTED]  2004-07-08 14:23 ---
Created an attachment (id=12061)
FO file showing spurious duplicate ID error (test.tar.bz2: bzip2 compressed data)


DO NOT REPLY [Bug 14962] - Bug in ID Generation

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=14962.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=14962

Bug in ID Generation





--- Additional Comments From [EMAIL PROTECTED]  2004-07-08 14:25 ---
I generate a .fo file like this:

$ xsltproc /usr/share/sgml/docbook/xsl-stylesheets-1.62.4/fo/docbook.xsl
templating-dtml.dbk  templating-dtml.fo

fop chokes on page 21 out of 27 with the message:

[ERROR] file:/.../templating-dtml.fo:726:554 The id id2450246 already exists
in this document

That id occurs on this element:

fo:list-item-label id=id2450246
end-indent=label-end()fo:blockQ:/fo:block/fo:list-item-label

and it occurs once only. If I hack it out manually, fop is happy.


DO NOT REPLY [Bug 14962] - Bug in ID Generation

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=14962.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=14962

Bug in ID Generation





--- Additional Comments From [EMAIL PROTECTED]  2004-07-08 14:27 ---
Sorry, forgot to mention:

[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] FOP 0.20.5


Re: Javasrc, JXR and documentation

2004-07-08 Thread Peter B. West
Clay Leeds wrote:
Peter,
Did you get a chance to try the procedure Nicola recommended[1]? I 
haven't gotten a successful build yet, but I'm still working at it. When 
I do, I'll try to do as he suggested.
No, I've been too busy working on the FAD layout lately.
BTW, how does Simon's recent Documentation[2] figure in to this?
I don't know.  I think the fact that Simon's docs are Docbook based will 
militate against linking in to the sources, but Simon would be in the 
best position to answer this.  If it could be done, it would be a great 
boon to the documentation.

[1]
http://marc.theaimsgroup.com/?l=fop-devm=108680587917268w=2
[2]
http://marc.theaimsgroup.com/?l=fop-devm=108844739724995w=2
Peter
--
Peter B. West http://www.powerup.com.au/~pbwest/resume.html


Re: Integrating FOP in a Project

2004-07-08 Thread Glen Mazza
--- J.Pietschmann [EMAIL PROTECTED] wrote:
 Glen Mazza wrote:
  driver.initialize();
 
 
 There is no initialize() method in the Driver class
 in FOP 0.20.5.
 
 J.Pietschmann
 

Thanks--that's good to know.  I just made that method
private in HEAD, because it is already called in
Driver for all of the various render()/run() methods
that can be activated within it.

Glen