Sean Clouse wrote: > Is there a way to build URLs/Hyperlinks in XMLMind files so that they are > actually live links when > they are converted to a PDF?
Just use ulink elements in DocBook documents. This will give you live links in Acrobat Reader (tested when Apache FOP or RenderX XEP are used to generate the PDF). But, the live link does not *look* like an hyperlink in the PDF. If you want, for example, to have live links displayed and underlined in blue, you'll have to customize the XSLT style sheet: <XXE_install_dir>/config/docbook/xsl/fo/param.xsl --- <xsl:attribute-set name="xref.properties"> </xsl:attribute-set> ---

