When I see src="/images/cocoon.gif" in simple-samples2html.xsl, is there a preference for fixing that using contextPath as: src="{$contextPath}/images/cocoon.gif" or using xsl:attribute with value-of and concat()? or setting up a variable using contcat()?
My standard practice for myself is usually to use the first for single references, the second for more complicated operations and the third for resuable values. Anyone care? Geoff