XTF: <behavior> to Interface Branding
kt109nc2cj.mets.xml
<behavior ID="brnd1" STRUCTID="dynaxml" BTYPE="brand" LABEL="Branding Behavior">
<mechanism LABEL="SIO Branding Mechanism" LOCTYPE="URL" xlink:href="/dynaxml/brand/sio.xsl"/>
</behavior>
sio.xsl
<xsl:template match="/">
<banner>sioBanner.jpg</banner>
<font>Palatino</font>
<iconPath>icons/sio/</iconpath>
<cssPath>css/sio/</csspath>
</xsl:template>
parameter.xsl
<xsl:param name="css.path" select="$brandDef//cssPath"/>
- Parameters passed through to stylesheet
- Banners
- Fonts & Colors
- Custom Icons
- CSS Stylesheets
|