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] Opening Xlinks in a new window


I think that is an oversight.  The xlink:title attribute is processed, so 
xlink:show should be too.  If set to "new", then I suppose the ulink.target 
value should be used, since effectively it is the same as a ulink.  Can you 
file a bug report on the DocBook SourceForge site so this can be tracked?

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Yannick Deltroo" <deltroo@gmail.com>
To: <docbook-apps@lists.oasis-open.org>
Sent: Thursday, May 24, 2007 8:09 AM
Subject: [docbook-apps] Opening Xlinks in a new window


> Hello all,
>
> I'm using the DocBook 1.72 stylesheet to create a CHM file from a
> DocBook V5 document.
> If I use DocBookV4.x, I can use the ulink.target parameters
>
> <xsl:param name="ulink.target" select="'_blank'"></xsl:param>
>
> This would transform DocBookV4 ulinks
> <ulink url="http://mypage.com";>LINK</ulink>
> to
> <a href="http://mypage.com";  target="_blank" >LINK</a>
>
> and open the link in a new browser (not the CHM HTML engine in my case)
>
> How can I do the same with DocBook V5 and Xlinks, i.e. set a link to
> open in a new browser window?
> It seems that the xlink:show attribute has no effect.
>
> Thanks for your help.
>
> Best Regards,
> Yannick Deltroo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
> 




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