Which XSLT processor are you using? What errors, if any, do you see from your XSLT processor and FOP?
-----Original Message----- From: Lisa Carey [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 11:53 AM To: Jeff Beal; [EMAIL PROTECTED] Subject: RE: DOCBOOK-APPS: links between documents Hi Jeff, I'm just making a single big PDF - I thought xref would work fine, but it isn't doing what it's supposed to. Hmmmm. Must poke at it some more. Lisa Carey -----Original Message----- From: Jeff Beal [mailto:[EMAIL PROTECTED]] Sent: 13 December 2002 16:49 To: 'Lisa Carey'; [EMAIL PROTECTED] Subject: RE: DOCBOOK-APPS: links between documents Are you creating a single PDF for the entire book, or building multiple PDF's (one for each chapter)? If you are building a single PDF in a single pass with your XSLT processor and FOP, you shouldn't have any problems using xref across XML files. Jeff Beal -----Original Message----- From: Lisa Carey [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 11:30 AM To: [EMAIL PROTECTED] Subject: DOCBOOK-APPS: links between documents Hi folks, I have quite a large book broken up into chapters, each of which is a separate xml file. The book file just uses entities to tie them all together. Anyway, I want to add some links between chapters - "You can find out more about x here" sort of thing - and am wondering how best to do it. <xref> works fine within chapters, but not between them (I get a link, but it doesn't go anywhere). Do I need to use <olink>s? I'm using FOP to generate my PDF output, if that makes any difference! cheers, Lisa
