William Brogden wrote:

>   I would like to be able to generate a document that has 
> anchor locations that you can jump to from an HTML href like this:
> 
> href="printables.pdf#Test"
> 
> The names used in internal links like:
> <basic-link internal-destination="Test" > don't seem to work. 
> How can I generate a marker that will be externally visible?

Actually, what you need is something to identify the target, not the link.
The basic mechanism is the "id" property that is available on most objects,
but you also need to tell FOP to create a "destination":
http://xml.apache.org/fop/extensions.html#named-destinations

Victor Mote


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

Reply via email to