← Prev in month ← Prev in thread

Creating HTML Links that Open in a New Window

From
Raymond <>
Date
2007-03-17T20:30:08+00:00
ID
1174163384.6281.26.camel@madison
Thread
Creating HTML Links that Open in a New Window
How does one create links than open in a new window for html output of

<a href="document.html" target="_blank">external link</a>
or
<a href="document.html" rel="external">external link</a>

in DocBook 5?

<article ... xmlns:ns1="http://www.w3.org/1999/xlink">
...
...
<link ns1:type="simple" ns1:show="new" ns1:href="document.html">external
link</link>
...
...
</article>

does not produce the desired result (no new window)

Using most current releases of docbook-xml (rng) and docbook-xsl

Raymond
← Prev in month ← Prev in thread