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: Using XSL parameter inside XSL attribute?


 Hi,

me again. Just cut the Gordian knot...

The solution is actually quite simple by using the <xsl:value-of> inside
<xsl:attribute>:

<fo:external-graphic>
  <xsl:attribute name="some_att">some_value</xsl:attribute>
  <xsl:attribute name="src">url('images/logo_<xsl:value-of select="$foo"
/>.svg')</xsl:attribute>
</fo:external-graphic>

HTH.

 Cheers from Aachen
  Michael


Attachment: signature.asc
Description: OpenPGP digital signature



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