OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] [Website] Open links in new window?


Bob Stayton wrote:
> I don't see any way to do this with elements, attributes,
> or parameters.  It would make a nice feature request.  8^)

I think a good solution is to use the type attribute for this.

<ulink url="www.spiegel.de" type="ext">Spiegel</ulink>

should become

<a href="www.spiegel.de" target="_blank">Spiegel</a>

I am going to file a feature request.

Regards,

Oliver Fischer






[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]