these are aaronland.infoxsl tools

add css links

This stylesheet defines a single template for adding one or more CSS <link> element based on user-defined parameters.

The current version of the add-css-links stylesheet is 1.0.

released April 19, 2003

source

www.aaronland.info/xsl/xhtml/add-css-links/add-css-links-1.0.tar.gz

example

<xsl:include href = "/xhtml/add-css-links" />

<xsl:template match = "header">
 <head>
  <title><xsl:value-of select = "title" /></title>
  <xsl:call-template name = "Add_CSS_Links" />
 </head>
</xsl:template>
   

parameters

license

Copyright © 2003 Aaron Straup Cope. All Rights Reserved.

Permission to use, copy, modify and distribute this stylesheet and its acompanying documentation for any purpose and without fee is hereby granted in perpetuity, provided that the above copyright notice and this paragraph appear in all copies. The copyright holders make no representation about the suitability of the stylesheet for any purpose.

It is provided "as is" without expressed or implied warranty.