Creating hyperlinks from XML (noob)
Hi,
I'm researching how to do this but thought I'd back it up with a question here.
My XML has hyperlinks within it which I'd like to be active links when the InDesign doc is exported as a PDF.
The XML currently looks like:
<ArticleTitle><a href='http://www.url.com/link.htm' >Text to become hyperlink</a></ArticleTitle>
When I import it as it stands, in InDesign it looks like:
<a href=’http://www.url.com/link.htm’ >Text to become hyperlink</a>
What steps should I add to my script to format this and create the appropriate hyperlinks?
The import script already has plenty of search & replace, mapping to styles and error catching so adding a bit more won't be an issue - knowing how best to do it is ![]()
Thanks very much in advance,
Simon.
