Hi all,

I'm trying to set all elements tagged with a particular language to a font.

I tried a few combinations of the below but I don't know what I'm doing. Any help appreciated.

<xsl:template match="d:*[@lang = 'el'] | d:*[@xml:lang = 'el']">
    <xsl:attribute name="font-family">FontName</xsl:attribute>
</xsl:template>

Many thanks,

Peter


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to