Project

General

Profile

« Previous | Next » 

Revision 3689

Added by barteau over 16 years ago

Turnkey installer modification: used relative paths which replaced ant tokens.

View differences:

eml-settings.xsl
58 58
    */
59 59
-->
60 60

  
61
  <xsl:param name="qformat">@default-style@</xsl:param>
61
  <xsl:param name="qformat">default</xsl:param>
62 62

  
63 63

  
64 64
<!--
......
114 114
    */
115 115
-->
116 116

  
117
    <xsl:param name="stylePath">@style-skins-path@</xsl:param>
117
    <xsl:param name="stylePath">./style/skins</xsl:param>
118 118

  
119 119

  
120 120
<!--
......
129 129
    */
130 130
-->
131 131

  
132
    <xsl:param name="styleCommonPath">@style-common-path@</xsl:param>
132
    <xsl:param name="styleCommonPath">./style/common</xsl:param>
133 133

  
134 134

  
135 135
<!--the docid of xml which is processed-->
......
173 173
    */
174 174
-->
175 175

  
176
    <xsl:param name="tripleURI"><![CDATA[@html-path@/metacat?action=read&qformat=]]><xsl:value-of select="$qformat" /><![CDATA[&docid=]]></xsl:param>
176
    <xsl:param name="tripleURI"><![CDATA[./metacat?action=read&qformat=]]><xsl:value-of select="$qformat" /><![CDATA[&docid=]]></xsl:param>
177 177

  
178 178
    <!-- URL for xmlformat-->
179
    <xsl:param name="xmlURI"><![CDATA[@html-path@/metacat?action=read&qformat=xml&docid=]]></xsl:param>
179
    <xsl:param name="xmlURI"><![CDATA[./metacat?action=read&qformat=xml&docid=]]></xsl:param>
180 180

  
181 181

  
182 182
<!--

Also available in: Unified diff