Hi, I have an xml document to be styled to pdf with Fop, two questions arise,
1. if I have a construct such as <section id="para">this is text <section id="url" url="http://xx.yy.zz">which is to be a link</section></section> How do I, in xslt, recognise the "url" tag within the "para" tag 2. how do I then insert a link into the pdf Regards /Dominic
