Mark Diggory - 2006-06-16

Logged In: YES
user_id=208348

Pascal,

There is a significant amount relativity to resolving these
links. The assumption is that you the page is always
relative to ${base} and that this base is different for
preview and generation, please use this in your xslt. You
might also try ../../default/media... as the relative point
of Welcome and Contacts is in a /base/surveyX directory.

For instance in layout-generation.xslt I use the following
to setup where to acquire the css:

<link type="text/css" rel="stylesheet">
<xsl:attribute
name="href">{concat($outline.base,'brandings/default/media/style/style.css')}</xsl:attribute>
</link>