> -----Original Message----- > From: Sven Waibel [mailto:[EMAIL PROTECTED] >
Hi, <snip /> > But i get this error: > > internal-destination or external-destination must be specified in > basic-link This would mean that the attribute in question is empty, so the sketched expression as I wrote it ../../../tables/tb[description=current()]/@id returns an empty string. You have to figure out where the 'tables' node is in relation to the 'combination' node in your source XML in order to get the correct results. We really *have* to see the structure of the source XML to be of any help here... (not as two separate fragments, but as a whole; or maybe they are even in two different source files?) > > So i tried it with the extension fox, but i also get an error: > > fox:destination requires an internal-destination This error occurs for the exact same reason. Maybe it's best to perform the XSL transform to a FO-file standalone first, and make sure the fo:basic-link elements are generated with a valid internal-destination property/attribute. Greetz, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
