Hi,

I just trying to link form an embedded svg to the title of the next chapter 
within the same pdf.
Is that possible with FOP and batik?

This is what I tried these days:

  <a xlink:href="#abc"
     xlink:title="Verweis zu einer SVG-Grafik">
    <rect x="10" y="60" ry="5" width="40" height="40"
    style="fill:mintcream; stroke:black;" />
  </a>

  <a xlink:href="url(#nameddest=abc)"
     xlink:title="Verweis zu www.w3.org">
    <rect x="10" y="110" ry="5" width="40" height="40"
    style="fill:chartreuse; stroke:black;" />
  </a>

Without success.
Kind regards
Markus

Reply via email to