Date: 2005-01-13T15:53:38
Editor: MarkLundquist
Wiki: Cocoon Wiki
Page: SimpleContentModel
URL: http://wiki.apache.org/cocoon/SimpleContentModel
no comment
Change Log:
------------------------------------------------------------------------------
@@ -244,7 +244,7 @@
<xsl:template
match="@href[starts-with(., 'static/')] | @src[starts-with(., 'static/')]"
>
- <xsl:attribute name="{name()}">/static/<xsl:value-of
+ <xsl:attribute name="{name()}">/static/content/<xsl:value-of
select="concat($path,'/',substring-after(., 'static/'))"
/></xsl:attribute>
</xsl:template>